CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - ado vc

搜索资源列表

  1. InsertData

    0下载:
  2. VC++使用ADO对象添加数据至数据库中,采用Access,对VC新手来说,是个挺实用的入门的数据库实例,-VC++ add data using ADO objects to the database, using Access, the VC novice, is a very practical entry database instance,
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-20
    • 文件大小:46521
    • 提供者:金益玲
  1. registeR

    0下载:
  2. vc++利用ado方式连接access数据库-vc++ use ado to connect access database
  3. 所属分类:Other Databases

    • 发布日期:2017-11-28
    • 文件大小:2832333
    • 提供者:bert
  1. chouqu

    1下载:
  2. vc写的ado连接access数据库,用sql语句实现对数据库的增加,删除,修改,查找,随机抽取-vc wrote ado connection access database using sql statement to the database to add, delete, modify, search, randomly selected
  3. 所属分类:Other Databases

    • 发布日期:2017-11-10
    • 文件大小:2535477
    • 提供者:
  1. xuejiguanlixitong

    0下载:
  2. 学籍管理系统 系统是在VC++6.0和SQL Server 2000下开发的. 数据库在Database目录下,在SQLSERVER的查询分析器中执行即可生成数据库. 源程序在Src目录中. 因为程序极为经典,所以本人在此转载~ 一、编程环境: windows2000 +visual stdio c++ .net,Ado + SQL2000 二、SQL设置: 将在SQL2000下建立schooldata数据库,导入数据文件 三、导入数据: data目录下有school_back数据库备分文件 操
  3. 所属分类:Other systems

    • 发布日期:2017-05-08
    • 文件大小:1933174
    • 提供者:郑点
  1. ADO_Access

    0下载:
  2. 用VC++下用ADO两节Access数据库,实现对Access的操作-With VC++ next two Access database with ADO, to achieve the operation of Access
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:28473
    • 提供者:液化气
  1. Directory

    0下载:
  2. VC++跟access相结合的班级通讯录小工具,适合初学者对ADO操作ACCESS的学习。-VC++ combining classes with access contacts gadgets, suitable for beginners to learn to ADO operation ACCESS.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-05-10
    • 文件大小:2535316
    • 提供者:ghd
  1. DataTest1

    0下载:
  2. 使用ADO技术的VC++数据库编程简单例子-Using ADO database programming techniques VC++ simple example
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-04
    • 文件大小:55040
    • 提供者:小强
  1. ADOTest

    0下载:
  2. 本人自己编写的VC++访问数据库程序,包含了ADO、ODBC等方法,可访问MSSQL、SQL、ACCESS等数据库。-I have written VC++ Access database program, including the ADO, ODBC and other methods to access MSSQL, SQL, ACCESS and other databases.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-05-14
    • 文件大小:3499859
    • 提供者:叶星辰
  1. ADODEMO

    0下载:
  2. 使用ADO 连接 VC++的一个 MISS系统 -Using ADO connection VC++ a MISS system
  3. 所属分类:source in ebook

    • 发布日期:2017-04-08
    • 文件大小:44887
    • 提供者:邓军
  1. database

    0下载:
  2. vc连接数据库, 1、启动VC、新建一个工程 2、在StdAfx.h中包含ADO组件 3、在应用程序的实现文件中初始化组件 4、在对话框类中加一个指向ADO连接对象的指针 5、在对话框的初始化函数中连接数据库 6、在提交按钮中写操作数据表的代码-vc connect to the database, a, start VC, create a new project 2, ADO components contained in StdAfx.h 3, in the app
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-12
    • 文件大小:2580801
    • 提供者:盛文杰
  1. DatabaseMan

    0下载:
  2. VC++通过ADO访问SQL2008数据库-VC++ access SQL2008 database via ADO
  3. 所属分类:SQL Server

    • 发布日期:2017-05-17
    • 文件大小:4265824
    • 提供者:dingyan
  1. ADORecordset

    0下载:
  2. DATA在VC中如何通过ADO访问SQL server 数据库。本文是实践中应用的例子-DATA in the VC in how to access SQL server database ADO. This article is an example of application in practice
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-03
    • 文件大小:1291
    • 提供者:iceswh
  1. ado_sqlserver

    0下载:
  2. VC上用ADO接口方式访问SQL Server 2005 测试程序-VC on the interface with ADO access to SQL Server 2005 test program
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-05-21
    • 文件大小:6422065
    • 提供者:侯觉
  1. adologin

    0下载:
  2. 使用ado实现的用户登录模块,VC++中的ADO对象操作,VC6.0下直接编译运行,请参见运行截图。其实ADO在数据库操作中比较基础了,ADO登录程序可以说是最简单的VC++与数据库应用程序了,所以说如果你是VC++新手的话,最好还是看一看源码比较好。- 使用ado实现的用户登录模块,VC++中的ADO对象操作,VC6.0下直接编译运行,请参见运行截图。其实ADO在数据库操作中比较基础了,ADO登录程序可以说是最简单的VC++与数据库应用程序了,所以说如果你是VC++新手的话,最好还是
  3. 所属分类:CSharp

    • 发布日期:2017-05-03
    • 文件大小:1348115
    • 提供者:wangshuang
  1. student

    1下载:
  2. VC++ MFC小程序,学生成绩管理系统,ADO数据库-VC++ MFC small program, student achievement management system, ADO database
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-18
    • 文件大小:4674659
    • 提供者:果果
  1. ado_jpg

    0下载:
  2. vc ado 插入jpg图片 acce-vc ado insert picture jpg into access
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-05-19
    • 文件大小:5619894
    • 提供者:xiaopang
  1. Hook-code

    0下载:
  2. 如何安装钩子过程,如何编写全局钩子,动态连接库里的全局变量数据共享问题分析。ADO数据库编程。在VB中利用ADO控件和ADO对象访问数据库,在VC中利用ADO技术访问 数据库-How to install the hook process, how to write global hooks, dynamic link library global variable analysis of data sharing. ADO database programming. Controls in
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-16
    • 文件大小:202418
    • 提供者:王子燚
  1. VCReadExcel

    0下载:
  2. 描述了使用ADO\ODBC和VC类库来读取Excel文件的使用方法,附带VC下面的自写类-Describes the use of ADO \ ODBC, and VC library to read Excel files to use, with the following self-written class VC
  3. 所属分类:File Operate

    • 发布日期:2017-04-07
    • 文件大小:6176
    • 提供者:杨瑞
  1. 768546700

    0下载:
  2. ADO数据库操作演示VC++精选编程学习源码,很好的参考资料。-ADO database operation and demonstration of VC++ selected learning programming source code, a good reference.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:421634
    • 提供者:什锦丁儿
  1. UseProcedure

    0下载:
  2. 在ADO中调用、执行SQL Server中的存储过程,VC++经典编程学习源码,很好的参考资料。-Calls, in the implementation of ADO stored procedure SQL Server, VC++ classic learning programming source code, a good reference.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:14076
    • 提供者:南煎丸子
« 1 2 ... 34 35 36 37 38 3940 41 42 43 44 »
搜珍网 www.dssz.com