搜索资源列表
ADO连接Oracle和MS SQL
- 本源代码实现同时对数据库Oracle和MS SQL的连接,通过对配置文件的修改来实现,本代码执行生产为dll文件。-source code to the database simultaneously Oracle and MS SQL connectivity, the configuration file through changes to achieve the production code execution dll file.
last_SIP
- 主要内容: 使用ADO连接数据库,并返回数据集 使用DLL对数据集进行操作 运用windows线程技术对数据进行输出 -main elements : # 61548 use ADO to connect to the database, and return to # 61,548 data sets that use the DLL to operate data sets # 61548 windows threadin
vcaccess
- VC用ADO操作数据库示例 里面用到了CCinderString类,这是我自己编写的一个字符串操作类,主要进行了一些字符串的处理,针对示例的SQL语句使用的,与ADO方法无关。比如: GetNow方法,获得当前时间的字符串格式\"YYYY-MM-DD hh:mm:ss\"等,就不附加进来了。 另:使用ADO必须在stdafx.h中添加引用: #import \"c:\\Program Files\\Common Files\\System\\ADO\\msado15
nidatabase(dll)
- 这是本人一个利用ADO访问数据库的D
Ado中间件源码
- ADO数据库编程源码,多年前自己写的ADO数据库,并进行了动态链接库方式的封装,对学习 ADO 及 Dll 编程 非常有用。
VC_SQLITE
- 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
ADO
- ADO DLL自己写的一个DLL文件,可以进行数据库的一些操作。如打开连接,关闭连接。修改,执行SQL语句-ADO DLL write a DLL file, the database can be of some operations. Such as the open connection, close the connection. Changes, implementation of the SQL statement
chaoshi
- 配置数据库参数 采用VB6.0 ADO+SQL Server 2000数据库实现程序功能,配置采取如下步骤: 1> 根据DB文件夹中的内容,创建数据库,推荐用MDF文件附加数据库; \DB\MDF\BuySaleStorage_Data.MDF \DB\MDF\BuySaleStorage_LOG.LDF 2> 连接参数: 数据库名:BuySaleStorage 登录名: sa 密码: 无 3> 由BuySale
mysql-connector-net-5.1.7-src
- .net中ado.net 桥接mysql的源码,可以知道connection,command,adapt,parameter是怎样连接mysql的-. net in mysql source ADO.NET bridge, we can see that connection, command, adapt, parameter is how to connect the mysql
TestDBnew
- ADO数据库编程源码,多年前自己写的ADO数据库,并进行了动态链接库方式的封装,对学习 ADO 及 Dll 编程 非常有用。-ADO database programming source code, wrote it myself many years ago ADO database, and the way the dynamic link library package, to learn ADO and Dll very useful program.
sqlncli
- Microsoft SQL Server Native Client (SQL Native Client) 是一个同时包含 SQL OLE DB 访问接口和 SQL ODBC 驱动程序的动态链接库 (DLL)。它对使用本机代码 API(ODBC、OLE DB 和 ADO)连接到 Microsoft SQL Server 7.0、2000 或 2005 的应用程序提供运行时支持。应使用 SQL Native Client 来创建新的应用程序或增强需利用 SQL Server 2005 新增功能的
VC_examples
- 实例12-1:使用用户界面线程实例。源代码在光盘中“\12\InterfaceThread”目录下。 实例12-2:使用工作者线程实例。源代码在光盘中“\12\ControlThread”目录下。 实例12-3:多线程实例。源代码在光盘中“\12\WQDemo”目录下。 实例12-4:线程间的通信。源代码在光盘中“\12\ThreadCommu”目录下。 实例13-1:动态链接库(Dll)实例。源代码在光盘中“\13\dlltest ”目录下。 实例13-2:鼠标钩子应
ADO
- ADO技术访问数据库如果一个运行在 Windows XP 上的应用程序清单指定要 // 使用 ComCtl32.dll 版本 6 或更高版本来启用可视化方式, //则需要 InitCommonControlsEx()。否则,将无法创建窗口。 INITCOMMONCONTROLSEX InitCtrls InitCtrls.dwSize = sizeof(InitCtrls) // 将它设置为包括所有要在应用程序中使用的 // 公共控件类。-ADO tech
ADO
- 创建一个标准的MFC AppWizard(exe)应用程序,然后在使用ADO数据库的InitInstance函数中初始化OLE/COM库(因为ADO库是一个COM DLL库)。
ADO
- 对数据库操作的类库,只要生成一个Dll,且在vb工程项目中引用就可以了-this is option database class.
DLL
- 该源码的主要功能:实用ADO+SQL Server技术,对ADO函数实现了封装形成DLL,极大了方便用户进行调用,风格规范,该DLL已升级到第三版本,很值得大家借鉴。-The main features of the Source: A Practical ADO+ SQL Server technology, the ADO functions for the formation of the package DLL, the user calls a great convenience, s
ado_dll_access
- 源码主要实现了DLL编写,DLL内部函数、类的导出及使用,以及采用ado数据库连接技术连接access数据库-source file contains DLL , class in dll and use ado to connect access database
PrjTestADO
- ADO识别验证码实例 ADO识别验证码实例 ADO识别验证码实例 -ADO ADO example Identification Code Identification Code Identification Code ADO instance instance instance ADO ADO Identification Code Identification Code Example
NSReport
- 水晶报表调用类 通过VB直接传入ADO记录集 -Crystal reports directly to calls to class through the VB recordset ADO
MySqlDB
- 简单的ADO封装 BOOL OpenTable(CString TableName) BOOL OpenSqlCode(CString strSqlCode) ULONG GetFieldCount() ULONG GetRecordCount() BOOL GetFieldName(LONG nIndex,CString& strName) BOOL GetFieldValue(LONG nIndex,CString& strValue)