搜索资源列表
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
ADO
- ADO连接数据库字符串大全 -ADO database connection string Guinness
sql
- 数据库的简单连接实例,这个是基于ADO连接方式的访问方式-Easy to connect the database instance, the ADO connection based on the access method
04
- 事例介绍了19种为数据库添加新记录的方法。作为使用ADO和DAO以及SQL语句的各种操纵数据库的手段。使用注意:使用代码灵活但容易出错,直接配置控件简单但不灵活。本例中没有使用ODBC和DSN,而是用VB和ACCESS数据库通过JET连接为例子。请随便修改和使用本例,但在复制过程中请保留本例所有文件
ADOuse
- ADO通讯录管理,是一个VC+access 通过ADO连接,操作数据库.-ADO address book management, is a VC+ access through the ADO connection, the database operation.
Code
- Hook编程。如何安装钩子过程,如何编写全局钩子,动态连接库里的全局变量数据共享问题分析。ADO数据库编程。-Hook programming. The process of how to install the hook, how to write global hooks, dynamic link library, global variable analysis of data sharing. ADO database programming.
void
- 在我用VC++编程过程中,遇到了用ado控件连接access数据库的问题,于是我就在想,难道不用ado空间就不能连接数据库,就不能对数据库进行各 种操作了么,通过网上和书上的资料可以得到肯定的回答。于是我便动手写了一个程序,为了知识的覆盖面更加广,在编写此程序中,我把写入数据库的操作,用 ado来完成,在进行读操作的时候,没有用ado来操作,而是动态连接数据库,进行读操作。数据库的名字是:Test,VehicleTest是数据库中 表的名字。以下是程序代码: -When I use VC++ p
ado
- 此程序是ado连接 Access数据库的最基本程序,仅限于初学者,源码均为个人原作,老手勿下。-This procedure is to connect Access database ado the most basic procedures, limited to beginners, the original source of the individual, not under the veteran.
AdoRWAccess
- 利用ado连接数据库,并实现输入,修改等基本功能-Using ado to connect the database and the input, modification and other basic functions
2
- ADO.net对每种数据库都提供了专门的连接字,不过每种的连接方式都差不多,所以这里我只用SQL Server来做。我在连接数据库时使用了以下几-ADO.net are provided for each database connection a special character, but each of the connections are similar, so I will just do it with SQL Server. When I connect to the datab
ADOclass
- 运用ADO封装类,可以直接实现数据库连接,增删查改的功能,简化代码,其中有详细说明书,函数等等说明-failed to translate
Ppp
- 树形控件在vc中很重要,用ADO连接数据库,然后从数据库读取数据,成树-In the tree control in vc is important to connect database with ADO, and then read data from the database, into a tree
datachuli
- 通过运用ADO控件对数据库进行数据提取和相关的操作具有连接各大数据库的功能-Connected to the major database data extraction and related operations on the database through the use of ADO control
DelStudent
- 该代码展示了MFC连接数据库ACCESS的方法,采用的ADO接口,特别适合初学者学习-The code shows the MFC method to connect to the database ACCESS using ADO interface, particularly suitable for beginners to learn
BinaryTest
- ADO连接数据库,并将数组转化成二进制数据存入数据库中。-ADO connection to the database, and the array into binary data stored in the database.
ADO
- ADO数据控件的加载,属性设置与数据库的连接,DataGrid控件的使用,体会DataGrid控件的AllowAddNew、AllowDelete和AllowUpdate属性的作用,学会使用数据窗体向导自动构成数据访问窗体。-Action using ADO data control is loaded, set the database connection properties, DataGrid control, experience DataGrid control AllowAddNe
Demo1
- ADO方式连接Access数据库与vc-ADO connect Access database with vc++
ADODB
- vb ADO方式,连接SQLSERVER数据库。-vb ADO, connect to the .
KAOQIN
- 人事考勤管理系统,包含源码和数据库。可以管里部门信息、员工信息、考勤信息、考勤汇总。(运行前请修改ADO连接字符串)-Personnel attendance management system, including source code and s. You can tube department information, employee information, attendance information, attendance summary. (Please modify the
ADO数据库连接
- vc 实现简单数据库连接实例,适合初学者学习练习(VC implementation of simple database connection examples, suitable for beginners to learn exercise)