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

搜索资源列表

  1. SimpleDataBaseOperate

    0下载:
  2. 基于COM组件的ADO访问远程数据库的例子,很不错的,可以实现-ADO-based COM components, examples of remote database access, it is a good can be achieved
  3. 所属分类:SQL Server

    • 发布日期:2017-04-03
    • 文件大小:403557
    • 提供者:张培阳
  1. Remoteaccessdb

    0下载:
  2. 基于SOCKET+ADO远程访问数据的一个例子,可以实现,很好用,希望对大家有所帮助-SOCKET+ ADO-based remote access to data, an example can be achieved, very good, and I hope all of you to help
  3. 所属分类:SQL Server

    • 发布日期:2017-05-12
    • 文件大小:2878477
    • 提供者:张培阳
  1. TEACHINGMANAGMENTSYSTEM

    0下载:
  2. 本设计以B/S模式,采用Microsoft ASP作为开发工具,后台数据库采用Access数据库设计,利用ADO数据库访问技术实现对数据库的各种管理操作,实现学生、教师信息管理的基本功能和管理员的管理功能。-the design uses Microsoft ASP as the development tool, and uses Access database design as the background database, and uses ADO database access te
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:250425
    • 提供者:mujing
  1. getaskmanwnd

    0下载:
  2. 使用ADO操作access全过程和CListCtrl的用法简单运用-The use of ADO to operate the whole process of access and use of simple to use CListCtrl
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-01
    • 文件大小:12541
    • 提供者:chengjiajia
  1. ADO_DOT_NET

    0下载:
  2. Demonstrates ADO.NET (Visual Basic .NET) ADD - CHANGE - UPDATE - DELETE when used with Bound/Unbound Data as well as the MS Windows Forms DataGrid (*not* the Windows web-enabled DataGrid). Uses OleDbConnections (not SQL) to connect with MS
  3. 所属分类:SQL Server

    • 发布日期:2017-04-04
    • 文件大小:182230
    • 提供者:Moh
  1. CurrentZipFile

    0下载:
  2. A.S.P. Database Access (ADO) with Paging
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-14
    • 文件大小:4591
    • 提供者:saeedsia
  1. CurrentZipFile

    0下载:
  2. Access tables with ADO
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-03-30
    • 文件大小:9724
    • 提供者:saeedsia
  1. CREATE_DB_AND_TABLE

    0下载:
  2. 使用ADO方式创建ACCESS数据库及表-use ado create database and tables
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-04
    • 文件大小:590953
    • 提供者:jswalley
  1. XproerV3.0.107

    0下载:
  2. XproerBBS开源项目是新手学习不可多得的资料,在项目中使用了许多目前比较流行的技术(1)如何使用ADO.NET(2)如何对数据进行分页。(3)如何在ACCESS中使用存储过程。-XproerBBS open source project is invaluable to learn new information, the project is currently used in many more popular technology (1) how to use ADO.NET (2)
  3. 所属分类:CSharp

    • 发布日期:2017-05-16
    • 文件大小:4269835
    • 提供者:瘦码
  1. OpDb

    0下载:
  2. 自己封装的ADO接口,可以很方便的操作SQL Server,Access MDB数据库,而不用设置数据源,已在多个项目中成功使用,可以很方便的把数据库中的记录选择到列表框、组合控件中,可以直接执行SQL命令,包括存储过程。把VC中对数据库的操作变成了一项很简单的操作。使用时请包含OpDd.h,并静态链界OpDb.lib,并把OpDb.dll拷贝到当前目录下,当然您也可以直接在您的程序中使用源代码。-ADO interface its own package, it is convenient t
  3. 所属分类:SQL Server

    • 发布日期:2017-03-29
    • 文件大小:163913
    • 提供者:Bruce
  1. ADOBLOB

    0下载:
  2. VC++使用ADO技术将图片存储到Access的实例,程序原型是一个vc++简易相册,打开软件后,可以一张张浏览图片,也可以简单添加BMP格式的图像到相册中,本程序意在演示ADO存储BMP的基础知识,并不是让你使用相册,因为作为一个相册来说,本程序的功能实在太简单。-VC++ using ADO technology to images stored in the instance of Access, the program is a prototype of vc++ easy album,
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-03-30
    • 文件大小:61075
    • 提供者:790
  1. BeamDataManager0.2

    1下载:
  2. 一款基于VC++/Access的轻量级建筑横梁数据管理系统,具体完成的功能与建筑设计有关,这个就不太懂了。但是通过这个小系统你可以掌握VC中的ADO数据库操作,同时也可了解VC++的多视图(框架)显示数据、动态调用对话框模板等技术。-Based on a VC++/Access lightweight construction beams data management system to complete the function of specific design and construc
  3. 所属分类:Applications

    • 发布日期:2014-12-16
    • 文件大小:65380
    • 提供者:
  1. ADOACCESS

    1下载:
  2. 这些小实例程序都不错,尤其是对VC++的新手朋友们更有用,主要是使用ADO开发ACCESS数据库的一些实例,涉及用使用ADO创建数据库,插入数据表,新建、删除数据表、读取数据、修改、删除数据等,虽然很简单,但这是用VC++操作数据库的基础知识,学会了受益终身。-Examples of these procedures are good, especially for the new VC++ more useful friends, mainly the development of ACCES
  3. 所属分类:ADO-ODBC

    • 发布日期:2015-11-13
    • 文件大小:165861
    • 提供者:781
  1. ADOACESS_SAMPLE

    0下载:
  2. VC++与ACCESS通过ADO互联的例程,过来看看。-VC++ and ACCESS connected through ADO routines, come and take a look at it.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-05-10
    • 文件大小:2488146
    • 提供者:hj
  1. ADOMFCApplication

    0下载:
  2. 本程序封装了ADO的常用方法,轻松实现对数据库的访问-This procedure encapsulates the common methods of ADO, the database for easy access
  3. 所属分类:Database system

    • 发布日期:2017-04-02
    • 文件大小:34450
    • 提供者:李牧
  1. AdoObject

    0下载:
  2. 数据库操作 用ADO实现对C++对象的存取-Using ADO database operations to achieve C++ Object Access
  3. 所属分类:Database system

    • 发布日期:2017-04-08
    • 文件大小:60289
    • 提供者:李牧
  1. Chapter20

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

    • 发布日期:2017-04-10
    • 文件大小:1747103
    • 提供者:shao
  1. AdoDB

    0下载:
  2. 利用ado 建立 操作数据库 access -user ado connetion access
  3. 所属分类:Database system

    • 发布日期:2017-03-31
    • 文件大小:88225
    • 提供者:毒蝎子
  1. md5keyadocomn

    0下载:
  2. md5生成密码 用ado存到access 可以通过串口发送或者接收消息-generate md5 password to access using ado depositors can send or receive messages serial
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-12
    • 文件大小:2921814
    • 提供者:轻羽
  1. ColorTV_src

    0下载:
  2. VC++家电报修管理系统,基于Access数据库,实现了家电故障维修信息的添加、删除、修改等,让维修信息一目了然。提高工作效率。程序实际上很简单,也适合VC++的新手朋友学习VC++的ADO操作。-VC++ appliance repair management system, based on Access database, failure to achieve a household electrical appliance repair information to add, delet
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-03-29
    • 文件大小:171287
    • 提供者:js819
« 1 2 ... 27 28 29 30 31 3233 34 35 36 37 ... 50 »
搜珍网 www.dssz.com