Welcome![Sign In][Sign Up]
Location:
Search - vc dll ado

Search list

[ADO-ODBCvcaccess

Description: VC用ADO操作数据库示例 里面用到了CCinderString类,这是我自己编写的一个字符串操作类,主要进行了一些字符串的处理,针对示例的SQL语句使用的,与ADO方法无关。比如: GetNow方法,获得当前时间的字符串格式\"YYYY-MM-DD hh:mm:ss\"等,就不附加进来了。 另:使用ADO必须在stdafx.h中添加引用: #import \"c:\\Program Files\\Common Files\\System\\ADO\\msado15.dll\" no_namespace rename(\"EOF\", \"EndOfFile\") rename(\"BOF\",\"FirstOfFile\") 转载来源: 开源盛世-源代码下载网 www.vscodes.com -VC database with ADO operating inside example uses CCinderString category, This is my own preparation of a string operations, mainly carried out some string, against examples of the use of SQL, has nothing to do with ADO methods. For example : GetNow method, the current time format string "YYYY-MM - DD hh : mm : ss ", not additional to come through. Alternative : use ADO in stdafx.h adding quote : # import "c : \\ Program Files \\ Common Files \\ System \\ ADO \\ MSA do15.dll "no_namespace rename (" EOF " "EndOfFile") rename ( "BOF" "FirstOfFile") reproduced Source : revenue Spirit-source code download network www.vscodes.com
Platform: | Size: 4817 | Author: 无名 | Hits:

[Windows DevelopQuerySQL

Description: 数据库查询器,要在你的VC++中按如下设置以下: Add the path to <Oledb32.dll>, and <Msado15.dll> via Tools->Options->Directories->Include Files. This is usually <C:\\Program Files\\Common Files\\system\\ole db\\>, and <C:\\Program Files\\Common Files\\system\\ado\\>。-for database query to your VC are set by the following : Add the path to
Platform: | Size: 250246 | Author: wangfan | Hits:

[Windows DevelopDataBaseViewer

Description: 数据库浏览器,要在你的VC++中按如下设置以下: Add the path to <Oledb32.dll>, and <Msado15.dll> via Tools->Options->Directories->Include Files. This is usually <C:\\Program Files\\Common Files\\system\\ole db\\>, and <C:\\Program Files\\Common Files\\system\\ado\\>。-database browser, in your VC are set by the following : Add the path to
Platform: | Size: 786146 | Author: wangfan | Hits:

[Windows DevelopServerhttp

Description: http浏览器。要在你的VC++中按如下设置以下: Add the path to <Oledb32.dll>, and <Msado15.dll> via Tools->Options->Directories->Include Files. This is usually <C:\\Program Files\\Common Files\\system\\ole db\\>, and <C:\\Program Files\\Common Files\\system\\ado\\>。-http browser. In the VC you are set up by the following : Add the path to
Platform: | Size: 60705 | Author: wangfan | Hits:

[Otherpro_helper

Description: cj60lib界面库 ado数据库编程调试代码必须装有cj60lib界面扩展库 cj60lib的使用方法参看有关文档 不知道是不是我的cj60lib出问题,release版的动态链接会提示出错,静态链接还可以,动态链接时必须复制CJ60Libd.dll到当前目录中 所用数据库为access数据库,格式参看自带的vc.mdb(注:数据库datastab表中第一条记录即id为1的记录是为了防止数据库为空,运行时不会显示,还有另一个原因防止主题中记录为空,在程序中可以看出来) -cj60lib interface library ADO database programming code debugging interface to be extended with cj60lib Show for the use cj60lib see the documents do not know if I cj60lib problem. release version of the dynamic link will prompt mistakes, static link can also, dynamic link must CJ60Libd.dll copy of the current directory used to access several databases According to bank's own format see vc.mdb (Note : datastab database table is the first record of an id for the records is to prevent the database is empty, when not running, there is another reason to prevent themes record is empty, the procedure can be seen)
Platform: | Size: 452454 | Author: 李凡 | Hits:

[Other resourcevcbian20031209

Description: cj60lib界面库 ,ado数据库编程 使用方法: 调试代码必须装有cj60lib界面扩展库 cj60lib的使用方法参看有关文档 不知道是不是我的cj60lib出问题,release版的动态链接会提示出错,静态链接还可以,动态链接时必须复制CJ60Libd.dll到当前目录中 所用数据库为access数据库,格式参看自带的vc.mdb(注:数据库datastab表中第一条记录即id为1的记录是为了防止数据库为空,运行时不会显示,还有另一个原因防止主题中记录为空,在程序中可以看出来)
Platform: | Size: 438972 | Author: 刘云 | Hits:

[ADO-ODBCado_dll

Description: 这是我开发的利用vc++的ado接口连接并操作sqlserver和oracle的dll动态库。数据库的参数从配置文件pb.ini读取
Platform: | Size: 21259 | Author: 侯健 | Hits:

[Database systemado封装类

Description: VC下的ADO编程封装类。可灵活方便的应用于VC下的ADO编程-VC under the category ADO programming package. Flexibility can be applied to the VC under the ADO programming
Platform: | Size: 29696 | Author: 孟祥增 | Hits:

[Windows Develop统一数据库管理系统

Description: “统一数据库管理系统”执行说明: 1、 光盘目录vc6.0\chapter3\bin\DBExp.exe 为主程序;ObScript.dll, SPFunc.dll, TableFunc.dll, ViewFunc.dll,OptDlg.dll,DBExpSQLEditXControl.ocx为主程序依赖的链接库文件。 2、 光盘目录vc6.0\chapter3\src\DBExp为主程序的源代码 光盘目录vc6.0\chapter3\src\ObScript为本系统所依赖的链接库ObScript的代码。 “统一数据库管理系统”如何编译: 1、 确认已经安装了OLEDB或者是ADO的COM库 通常在C:\Program Files\Common Files\System\Ole DB\和C:\Program Files\Common Files\System\ado\目录下会分别找到oledb32.dll和msado15.dll。如果没有找到,再在磁盘上搜索这两个文件。 如果都没有找到,请用VC6.0的安装盘重新安装ActiveX。 上面提到的两个文件是OLEDB和ADO 的核心文件。 2、 在VC6.0中添加路径 在VC的Tools->Options->Directories->Include Files中加入在1中提到的两个路径。 3、 编译 直接点击编译完成对整个项目的编译-"unified database management systems," the implementation : a CD-ROM directory vc6.0 \ chapter3 \ bin \ DBExp.exe mainly procedures; ObScript.dll, SPFunc.dll, TableFunc.dll, ViewFunc.dll, OptDlg.dll, DBExpSQLEditXControl. exe procedures based on the link libraries. 2, CD-ROM directory vc6.0 \ chapter3 \ src \ DBExp based program's source code directory vc6.0 CD \ chapter3 \ src \ ObScript-based systems rely on libraries ObScript code. "Unified database management systems," how to build : a confirming have installed OLEDB or ADO COM library is usually in the C : \ Program Files \ Common Files \ System \ Ole DB \ C : \ Program Files \ Common Files \ System \ ado \ Head recorded will be found oledb32.dll and msado15.dll. If not found, then the disk search of these two
Platform: | Size: 13373440 | Author: 徐夕 | Hits:

[ADO-ODBCvcaccess

Description: VC用ADO操作数据库示例 里面用到了CCinderString类,这是我自己编写的一个字符串操作类,主要进行了一些字符串的处理,针对示例的SQL语句使用的,与ADO方法无关。比如: GetNow方法,获得当前时间的字符串格式"YYYY-MM-DD hh:mm:ss"等,就不附加进来了。 另:使用ADO必须在stdafx.h中添加引用: #import "c:\Program Files\Common Files\System\ADO\msado15.dll" no_namespace rename("EOF", "EndOfFile") rename("BOF","FirstOfFile") 转载来源: 开源盛世-源代码下载网 www.vscodes.com -VC database with ADO operating inside example uses CCinderString category, This is my own preparation of a string operations, mainly carried out some string, against examples of the use of SQL, has nothing to do with ADO methods. For example : GetNow method, the current time format string "YYYY-MM- DD hh : mm : ss ", not additional to come through. Alternative : use ADO in stdafx.h adding quote :# import "c : \ Program Files \ Common Files \ System \ ADO \ MSA do15.dll "no_namespace rename (" EOF " "EndOfFile") rename ( "BOF" "FirstOfFile") reproduced Source : revenue Spirit-source code download network www.vscodes.com
Platform: | Size: 4096 | Author: 无名 | Hits:

[Windows DevelopQuerySQL

Description: 数据库查询器,要在你的VC++中按如下设置以下: Add the path to <Oledb32.dll>, and <Msado15.dll> via Tools->Options->Directories->Include Files. This is usually <C:\Program Files\Common Files\system\ole db\>, and <C:\Program Files\Common Files\system\ado\>。-for database query to your VC are set by the following : Add the path to
Platform: | Size: 249856 | Author: wangfan | Hits:

[Windows DevelopServerhttp

Description: http浏览器。要在你的VC++中按如下设置以下: Add the path to <Oledb32.dll>, and <Msado15.dll> via Tools->Options->Directories->Include Files. This is usually <C:\Program Files\Common Files\system\ole db\>, and <C:\Program Files\Common Files\system\ado\>。-http browser. In the VC you are set up by the following : Add the path to
Platform: | Size: 60416 | Author: wangfan | Hits:

[Otherpro_helper

Description: cj60lib界面库 ado数据库编程调试代码必须装有cj60lib界面扩展库 cj60lib的使用方法参看有关文档 不知道是不是我的cj60lib出问题,release版的动态链接会提示出错,静态链接还可以,动态链接时必须复制CJ60Libd.dll到当前目录中 所用数据库为access数据库,格式参看自带的vc.mdb(注:数据库datastab表中第一条记录即id为1的记录是为了防止数据库为空,运行时不会显示,还有另一个原因防止主题中记录为空,在程序中可以看出来) -cj60lib interface library ADO database programming code debugging interface to be extended with cj60lib Show for the use cj60lib see the documents do not know if I cj60lib problem. release version of the dynamic link will prompt mistakes, static link can also, dynamic link must CJ60Libd.dll copy of the current directory used to access several databases According to bank's own format see vc.mdb (Note : datastab database table is the first record of an id for the records is to prevent the database is empty, when not running, there is another reason to prevent themes record is empty, the procedure can be seen)
Platform: | Size: 452608 | Author: 李凡 | Hits:

[ADO-ODBCADODLL.RAR

Description: 一个用vc开发的小程序,ADO操作数据,采用面向对象的设计思想,还是不错的-Developed using vc a small procedure, ADO operation data, using object-oriented design idea, or good
Platform: | Size: 143360 | Author: 高修成 | Hits:

[Database systemado_dll

Description: 这是我开发的利用vc++的ado接口连接并操作sqlserver和oracle的dll动态库。数据库的参数从配置文件pb.ini读取-This is what I use to develop vc++ The ado interface connector and operates sqlserver and oracle of the dynamic library dll. Database parameters pb.ini read from the configuration file
Platform: | Size: 61440 | Author: 侯健 | Hits:

[VC/MFCVCshujuku

Description: 本书以实用为目的,结合具体的数据库应用,选择了7个最有代表性的实例,分别介绍ODBC API、MFC的ODBC类、DAO、OLE DB以及ADO的客户数据库访问技术和应用开发过程。本书还通过ADO数据库组件开发实例和OLE DB服务器程序的开发实例展开了数据库应用开发的高级话题。-The book for the purpose of practical light of the specific database application, select the seven most representative examples of, respectively, introduced the ODBC API, MFC s ODBC category, DAO, OLE DB and ADO database access client technology and application development process. The book also ADO database components to develop examples and OLE DB server instance to start the development of the database application development, senior topics.
Platform: | Size: 3544064 | Author: 苗然 | Hits:

[ADO-ODBCUID

Description: 在VC的Dll中使用Ado访问数据库,并返回-dll, ado
Platform: | Size: 7513088 | Author: jason | Hits:

[ADO-ODBCVC_SQLITE

Description: VC6开发 c++ sqlite 创建数据库 创建数据表 插入数据 查询数据 包含全部必要的 DLL LIB .H-VC6 development c++ sqlite create database to create tables of data into the data query that contains all the necessary DLL LIB. H
Platform: | Size: 323584 | Author: 张晓楠 | Hits:

[Windows DevelopVCshuji

Description: 常用的VC介绍,关于dll,ado介绍,非常适合想入门的朋友-Common VC introduction, on the dll, ado introduction, is ideal for friends to get started
Platform: | Size: 2327552 | Author: 望着 | Hits:

[Software Engineeringitnset

Description: VC++ 对ADO,ODBC 的OCX和DLL的研制.
Platform: | Size: 2048 | Author: hulinduo | Hits:
« 12 »

CodeBus www.codebus.net