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

搜索资源列表

  1. MySqlPlus

    0下载:
  2. 这是用VC开发的一个个人信息管理系统,里面包含了如何用ADO来开发数据库-This is with VC developed a personal information management system, which includes how to use ADO to develop database
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-05
    • 文件大小:35266
    • 提供者:秋闱于
  1. 00

    0下载:
  2. VC++下使用ADO编写数据库程序(1)、引入ADO类(2)、初始化COM (3)#import 包含后就可以用3个智能指针了:_ConnectionPtr、_RecordsetPtr和_CommandPtr-VC++ Prepared to use ADO database program (1), the introduction of ADO type (2), to initialize COM (3)# Import contains can be used after three
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-02
    • 文件大小:3317
    • 提供者:张三
  1. 200611304715170

    0下载:
  2. with VC student hostel management system that oop technology and ADO, factories, code integrity. -with VC student hostel management system that oop technology and ADO, factories, code integrity.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-05-02
    • 文件大小:554331
    • 提供者:邱野
  1. VC_ADO

    0下载:
  2. VC++ 提供了多种访问数据库的接口, ADO 是目前在Windows 环境中比较流行的客户端据库访问技术-VC++ Provides a wide range of access to the database interface, ADO is in the Windows environment more popular client database access technology
  3. 所属分类:Database system

    • 发布日期:2017-04-04
    • 文件大小:77221
    • 提供者:胡辉
  1. vcadodotnetsrc-2

    0下载:
  2. vc++ 6.0用ado操作sql server-vc++ 6.0 with sql server operating ado
  3. 所属分类:SQL Server

    • 发布日期:2017-04-07
    • 文件大小:12984
    • 提供者:ljz
  1. tcgd

    0下载:
  2. 本人毕业作品“同城购电系统”的源码,包括“电表端”,“缴费端”,“服务端”的所有代码。 主要运用的技术有ADO操作数据库,SOCKET网络编程,界面美化技术(使用SKIN++)等技术。希望对学VC++的爱好者有所帮助!-I graduated from work city purchasing electricity system, the source, including the meter-side , payment side , server all the co
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-14
    • 文件大小:3125521
    • 提供者:李立充
  1. system

    1下载:
  2. 企业仓库管理系统使用SQL2000做为后台数据库数据库文件在压缩文件中在database文件夹下。使用VC++编写,使用ADO方法访问数据库,程序中将数据库操作封装成一个很健全的类,用户可以直接将ADO类应用在其他的系统中.系统的功能如下: 系统由基本信息管理模块、入库管理模块、库存管理模块、查询管理模块等几部分组成。 1、基本信息管理模块主要包括操作员管理、商品信息管理、库存信息管理、供应商信息管理4部分。 2、入库管理模块主要包括商品入库、入库退货两部分。 3、库存管理模块主
  3. 所属分类:ADO-ODBC

    • 发布日期:2016-06-06
    • 文件大小:1605130
    • 提供者:Davinci
  1. Program

    0下载:
  2. 客户管理系统使用SQL2000做为后台数据库数据库文件在压缩文件中在database文件夹下。使用VC++编写,使用ADO方法访问数据库,程序中将数据库操作封装成一个很健全的类,用户可以直接将ADO类应用在其他的系统中. 客户管理系统主要由基础信息维护、客户信息维护、客户服务、信息查询、系统管理和帮助信息等几个功能模块组成,规划系统功能模块如下: 1、基础信息维护模块 该模块主要包括区域信息设置、企业性质设置、企业类型设置、企业资信设置、客户级别设置和客户满意程度设置6部分。 2
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-11
    • 文件大小:2231892
    • 提供者:Davinci
  1. ADOtest

    0下载:
  2. 使用VC开发的ADO反问数据库的小程序,可供初学者学习使用。-ADO using VC development of small programs to ask the database for beginners learning to use.
  3. 所属分类:SQL Server

    • 发布日期:2017-04-16
    • 文件大小:47926
    • 提供者:qgy
  1. hook

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

    • 发布日期:2017-04-26
    • 文件大小:159856
    • 提供者:西嘻
  1. ConAccess

    0下载:
  2. vc中的ado访问数据库的一段小程序,希望对大家有帮助!-vc of ado access the database of a small program, and they hope to have everyone help!
  3. 所属分类:Database system

    • 发布日期:2017-05-11
    • 文件大小:2559410
    • 提供者:lzk
  1. VCPostGre

    0下载:
  2. VC访问数据库有两种方法:一种是使用CDatabase和CRecord对象;另一种是利用ADO技术。这个程序实现了Postgre数据库的读写,以及存储过程的调用。-VC has two ways to access the database: one is the use of object CDatabase and CRecord the other is the use of ADO technology. The implementation of this process of re
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-26
    • 文件大小:15083
    • 提供者:冷秋魂
  1. AdoxClass_src

    0下载:
  2. vc用的通过ado连接数据库得到各种信息(表,存储过程,索引,视图等),非常实用-vc use ado to connect the database through a variety of information (tables, stored procedures, index, view, etc.), very useful
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:3958
    • 提供者:zsj
  1. void

    0下载:
  2. 在我用VC++编程过程中,遇到了用ado控件连接access数据库的问题,于是我就在想,难道不用ado空间就不能连接数据库,就不能对数据库进行各 种操作了么,通过网上和书上的资料可以得到肯定的回答。于是我便动手写了一个程序,为了知识的覆盖面更加广,在编写此程序中,我把写入数据库的操作,用 ado来完成,在进行读操作的时候,没有用ado来操作,而是动态连接数据库,进行读操作。数据库的名字是:Test,VehicleTest是数据库中 表的名字。以下是程序代码: -When I use VC++ p
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:13027
    • 提供者:tian zhong
  1. ch4

    0下载:
  2. 本程序利用VC中的ADO数据库编程,简单地实现了书本出租管理系统。-This procedure using ADO in VC Database Programming, simple realization of the book rental management system.
  3. 所属分类:ERP-EIP-OA-Portal

    • 发布日期:2017-05-21
    • 文件大小:6642550
    • 提供者:林茂洪
  1. vc5

    0下载:
  2. 本程序利用VC中的ADO封装类实现了一个“教研室人员管理系统”-This procedure using ADO in VC type package has a " Department of Personnel Management System"
  3. 所属分类:Other systems

    • 发布日期:2017-05-21
    • 文件大小:6625944
    • 提供者:林茂洪
  1. VisualCADO

    0下载:
  2. ado及VC下的数据库建立\VisualC中ADO编程-ado and VC databases under the \ VisualC in ADO Programming
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-17
    • 文件大小:217981
    • 提供者:huhao
  1. ADOdata

    0下载:
  2. 使用vc提供的ADO数据绑定对话框创建数据对话框,具有浏览、修改、删除和添加记录等功能-Vc provided the use of ADO Data Binding dialog box to create the data dialog box, with browser, modify, delete and add records of functional
  3. 所属分类:source in ebook

    • 发布日期:2017-03-30
    • 文件大小:207176
    • 提供者:lengxueyu
  1. AccessADO

    0下载:
  2. vc 用ado访问sqlServer,或access数据库-ado visit vc with sqlServer, or access the database
  3. 所属分类:SQL Server

    • 发布日期:2017-05-10
    • 文件大小:2388357
    • 提供者:王静
  1. VCADOACCESSDB

    1下载:
  2. 过实例演示如何在VC++中使用ADO进行ACCESS数据库编程,并对涉及到的几个概念进行详细解释。本文不对ADO和ACCESS的基本概念进行详细解释,主要包括以下内容: 第一部分 ADO和ADOX到底是什么,二者的作用和区别建立数据库 第二部分 ADOX创建ACCESS数据库 第三部分 ADO创建ACCESS数据库的表 第四部分 使用_ConnectionPtr接口开发ACCESS数据库 第五部分 使用_RecordsetPtr接口开发ACCESS数据库 -Have ex
  3. 所属分类:Other Databases

    • 发布日期:2017-04-04
    • 文件大小:162560
    • 提供者:xutuan
« 1 2 ... 21 22 23 24 25 2627 28 29 30 31 ... 44 »
搜珍网 www.dssz.com