CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - ADO连接数据库

搜索资源列表

  1. ADOConnTest

    0下载:
  2. 在Visual C++6环境下,数据库采用Sql Server2005,ADO编程,ADO连接数据库测试。-In Visual C++6 environment, the database used Sql Server2005, ADO programming, ADO database connection tests.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-05-10
    • 文件大小:2486763
    • 提供者:王柳
  1. CtrlListDatabase

    1下载:
  2. 本文以“学生信息管理”系统雏形为例子,介绍在MFC下如何使用ADO连接数据库编程,并给出示例代码。下面内容第一至四节介绍如何采用ADO连接数据库、关闭数据、执行sql语句及如何用另一种方式执行常用的select语句。第五节介绍如何使用Datagrid控件:建立_RecordsetPtr对象与Datagrid控件之间的绑定,通过改变_RecordsetPtr对象的内容更新数据库表的记录。第一至四节的内容请参考代码“CtrlListDatabase.rar”,第五节内容请参考“Datagrid.ra
  3. 所属分类:Education soft system

    • 发布日期:2017-05-10
    • 文件大小:2522125
    • 提供者:康力文
  1. ado

    0下载:
  2. vc++连接数据库实例,主要连接代码等,示范数据库编程-vc++ connect to the database instance, the main connection code such as the Model Database Programming
  3. 所属分类:SQL Server

    • 发布日期:2017-06-16
    • 文件大小:25479336
    • 提供者:陈老实
  1. ADO

    0下载:
  2. VC环境下通过ADO方式操作ACCESS数据库演示程序,允许用户选择数据源,连接数据库,操作数据库,断开数据库,显示数据内容等等。-VC environment ACCESS database through ADO demo mode operation, allowing the user to select the data source, connect to the database, operating the database, disconnect from the databa
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-03
    • 文件大小:148064
    • 提供者:吴镝
  1. ADO

    0下载:
  2. MFC与数据库连接的编程(Access),使用ADO。讲解很丰富,适合初学者。-MFC programming with database connection (Access), use ADO. Explain the very rich, suitable for beginners.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-05-10
    • 文件大小:2559567
    • 提供者:光明
  1. aes_mfc

    0下载:
  2. 使用ADO连接数据库,开发环境通过,编译后移植到 其他电脑无法运行,但使用 windows 7 32bit编译后 则可以任何Windows运行(winxp、win7 64bit、 win 2008 R2)。 -Use ADO to connect to the database, the development environment by, compiled ported to other computers can not run windows 7 32bit compil
  3. 所属分类:Project Manage

    • 发布日期:2017-11-11
    • 文件大小:14610
    • 提供者:xp
  1. connnect

    0下载:
  2. 使用ADO连接数据库,利用vc对数据库的连接。里面有一个已经做好的数据库测试文件-Connect a database!!!
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-03-30
    • 文件大小:169239
    • 提供者:xushanfeng
  1. mfcPado

    0下载:
  2. visual studioMFC中用Ado连接数据库-Ado connect to the database using visual studioMFC
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-17
    • 文件大小:103595
    • 提供者:zqh
  1. VC-Oracle

    0下载:
  2. VC 连接Oracle数据库,主要的技术包含的是ADO连接数据库根据填写的字符串连接数据库,可动态配置。-VC to connect Oracle database contains major technical ADO to connect to the database to connect to the database, fill in the string can be dynamically configured.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-01
    • 文件大小:50244
    • 提供者:luqin
  1. ado

    0下载:
  2. 在VC++中使用ADo连接ACESS数据库,很详细的程序,很有帮助-Using ADO to connect to the database
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-05
    • 文件大小:156025
    • 提供者:张正峰
  1. ADO.NET_ConnString

    0下载:
  2. ADO.net连接数据库的连接字符串大全,可供数据库编程人员参考-ADO.net to connect to the database connection string Daquan available for database programmers reference
  3. 所属分类:Project Manage

    • 发布日期:2017-04-06
    • 文件大小:21749
    • 提供者:earthmanabc
  1. student

    0下载:
  2. 学生信息管理系统,在这里介绍了一些按钮的应用,里面也有写好的ADO连接数据库的方法-Student Information Management System, introduced in the application of some of the buttons, which is also written ADO to connect to the database
  3. 所属分类:Dialog_Window

    • 发布日期:2017-06-20
    • 文件大小:31792357
    • 提供者:李天柱
  1. CHAPTER3

    0下载:
  2. 书中实例,统一数据库管理系统,附有源码和最终运行程序,此代码有助于学习如何用OLE DB/ADO连接数据库,在界面设计中,系统运用了面向对象技术,对数据库对象动作进行了抽象和封装。-Example in the book, the unified database management system, with a source and end-run the program, this code will help to learn how to use OLE DB/ADO to conne
  3. 所属分类:SQL Server

    • 发布日期:2017-11-27
    • 文件大小:16160469
    • 提供者:杨梅
  1. ADO_EXAMPLE

    0下载:
  2. 利用ADO连接数据库,基于vc6,有丰富的注释可供参考-ADO to connect to the database, based on vc6
  3. 所属分类:Other Databases

    • 发布日期:2017-11-27
    • 文件大小:85697
    • 提供者:张三
  1. classmate

    0下载:
  2. access通过ADO连接数据库,完美实现了查询、添加、删除、查找。-Access through the ADO connection database, perfect realized the query, add, delete, search.
  3. 所属分类:SQL Server

    • 发布日期:2017-11-06
    • 文件大小:1031304
    • 提供者:
  1. ADO

    0下载:
  2. 使用ADO连接SQL Server2005数据库,VC++编程工具实现-ADO connection SQL Server2005 database, VC++ programming tools
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-11-15
    • 文件大小:9592487
    • 提供者:huang
  1. CustomerManagerSystem

    0下载:
  2. 利用加密锁技术实现系统的安全保障;利用ADO连接数据库;利用ICO图标创建工具栏窗口;利用标签控件实现两种分页显示-Dongle technology to achieve the security of the system ADO to connect to the database ICO icon to create a toolbar window using the label control to achieve two paging
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-09
    • 文件大小:2662590
    • 提供者:周文
  1. canyinguanli

    0下载:
  2. 这是基于对话框的、通过ADO连接数据库的餐饮管理系统源代码-Restaurant management system source code
  3. 所属分类:OS Develop

    • 发布日期:2017-11-16
    • 文件大小:4456
    • 提供者:guojun
  1. canyinguanli

    0下载:
  2. 基于对话框的、通过ADO连接数据库的餐饮管理系统源代码-Dialog-based restaurant management system source code to connect to the database via ADO
  3. 所属分类:OS Develop

    • 发布日期:2017-11-18
    • 文件大小:2257
    • 提供者:guojun
  1. AdoTest

    0下载:
  2. 如何使用ado连接数据库的范例,适合初学者-the ado connection database example
  3. 所属分类:software engineering

    • 发布日期:2017-12-05
    • 文件大小:2890207
    • 提供者:yisheng
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 34 »
搜珍网 www.dssz.com