CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 数据库编程 搜索资源 - CALL

搜索资源列表

  1. MyADOTest

    0下载:
  2. 在VC++中调用ACESS数据库进行操作,包括表的生成、插入、删除、更新等,具有参考价值。-In VC++ to call ACESS database operations, including the generation of the table, insert, delete, update, etc., with reference value.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-05-16
    • 文件大小:4539156
    • 提供者:傻根
  1. AccessDbClass

    0下载:
  2. c# 调用access的通用类,很方便很好用-c# call generic class of access is very easy to very good use
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-03-31
    • 文件大小:1350
    • 提供者:王磊
  1. REGEDIT

    0下载:
  2.  注册表是Windows系统存储关于计算机配置信息的数据库,包括了系统运行时需要调用的运行方式的设置。但其烦琐的芝麻型结构导致我们“望表而退”。所以,在这里我们准备用这把钥匙来打开整个注册表,来了解注册表。这样我们便可以修改注册表或使用一些注册表工具来优化我们的系统。-The registry is a Windows system configuration information stored on computer databases, including the need to call
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-05-03
    • 文件大小:1090074
    • 提供者:tangyang
  1. EasyDbProcessKit

    0下载:
  2. 偶从大学开始维护至今的好东西。经过多个项目考验的对ADO数据库调用的封装类库。讨厌了ADO繁琐的接口?这个工具能帮你完成绝大多数需求,不但提供了C++的类,也提供了C的API,支持从VC6.0 ~ VC2010各个编译环境,附有例子代码和数据库。 特色: 1、经过多个项目考验,支持Oracle,SQl-Svr2000, MySQL, PostgreSQL, Access(2003), 的Blob 读写,见例子 2、支持类似GetProfileInt系列的变量持久化入数据库,摈弃注册表
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-05-01
    • 文件大小:1020025
    • 提供者:流浪小狗
  1. SqlHelper

    0下载:
  2. 数据库的通用访问代码,包含了增删改查的所有的方法,只需调用即可-Common database access code, includes the additions and deletions to search all the way, you can simply call
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-13
    • 文件大小:2464
    • 提供者:llf
  1. WindowsRPC

    0下载:
  2. windows RPC实现的一个例子,主要是实现client端通过windowRPC远程过程调用server断的方法查找超过3门课程不及格的人数,其中数据库先是连接到ODBC,然后我们的代码访问ODBC的。-windows RPC implementation of an example is to achieve client-side remote procedure call server through windowRPC way off course to find more than
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-01
    • 文件大小:134924
    • 提供者:
  1. dllexampleatest

    0下载:
  2. VC动态链接库的实例程序,包括动态链接库(调用类)的生成和调用实例-VC instance of the dynamic link library procedures, including dynamic link library (called class) instance of the generation and call
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-06
    • 文件大小:43060
    • 提供者:lj
  1. odbcdns

    0下载:
  2. VC++实现在ODBC中异步调用的源代码,这是个比较有用的参考代码,有时候异步调用可以解决很多平时不好解决的问题-ODBC VC++ implementation of asynchronous calls in the source code, this is a more useful reference code, and sometimes you can solve many of the asynchronous call to solve the problem usually i
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-01
    • 文件大小:27385
    • 提供者:madud00014
  1. JDBC

    1下载:
  2. Student { String name Date birthday String homeAddress String classNumber } 请在数据库中创建表格记录上面的类,并用界面显示数据库中的数据,用户可以通过界面插入,删除和修改数据,可以修改多个数据再进行提交,这时候要求一个更改没有成功更新,所有更新都要回滚。 要求: 1. 安装MySql,并建立Table Student,里面添加一些测试数据。
  3. 所属分类:数据库编程

    • 发布日期:2013-02-23
    • 文件大小:19274
    • 提供者:征途
  1. Product-Manage

    0下载:
  2. 一个使用C++调用SQL的产品管理器,有文档和源代码。-A call to SQL using C++ product manager, there is documentation and source code.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-10
    • 文件大小:1110543
    • 提供者:xiaofeng
  1. ADO

    0下载:
  2. 在VC++中使用ADO时,却因为是使用COM的方式来调用,常常出现一些系统无法编译通过,或使用中程序非法出错的问题,在这里想大概介绍一下VC++中调用ADO的常用方法。-In VC++ using ADO, but because of the use of COM way to call, there are often some of the system can not compile, or use the program illegal wrong question, where wo
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-15
    • 文件大小:8604
    • 提供者:向建国
  1. SQLite3_CCPP

    0下载:
  2. SQLite3是一个桌面数据库,可以使用C或者C++方便的调用,使用起来很简单。-SQLite3 is a desktop database, you can use C or C++ to facilitate the call is simple to use.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-01
    • 文件大小:174538
    • 提供者:netsd
  1. ADOdll

    0下载:
  2. 以动态库的方式封装ADO的操作,封装成dll,方便调用。-Way to encapsulate ADO dynamic library operations, packaged into dll, easy call.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-06
    • 文件大小:19287
    • 提供者:blue2004
  1. 20099281828239

    0下载:
  2. 程序说明:   此程序是为了向学生说明接口的使用而写的。   用接口实现了客户端无需关心具体实现,只调用接口引用的方法即可。   程序中使用列两种方式实现留言的存储,一种是Access数据库,另一种是文本文件存储,还有就是程 -Program Descr iption: This program is designed to explain to students the use of the interface written. The client with the inte
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-05
    • 文件大小:87949
    • 提供者:chetcitao
  1. UseProcedure

    0下载:
  2. vc 在ADO中调用、执行SQL Server中的存储过程\UseProcedure的程序源码,值得一看!-vc call in ADO, execute stored procedures in SQL Server \ UseProcedure the program source code, worth a visit!
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-17
    • 文件大小:63126
    • 提供者:潘晨光
  1. UseProcedure

    0下载:
  2. vc 在ADO中调用、执行SQL Server中的存储过程\UseProcedure-vc call in ADO, execute stored procedures in SQL Server \ UseProcedure
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-24
    • 文件大小:65973
    • 提供者:
  1. Microsoft-Word

    0下载:
  2. 存储过程,在调用数据库来进行执行数据库时,可以提高效率-Stored procedure, call the database for execution in the database, you can improve efficiency
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-06
    • 文件大小:14952
    • 提供者:xiangy
  1. JPG2Database

    0下载:
  2. 从access数据库中调用数据并显示出来,能打开jpg图像并存入数据库中。-Call data from the access database and displayed, and can open jpg images stored in the database.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-17
    • 文件大小:411057
    • 提供者:刘熠民
  1. demo

    0下载:
  2. VC下调用sql 2000存储过程的方法,采用的是ADO的技术。-VC call sql 2000 stored procedure under way, using the ADO technology.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-02
    • 文件大小:440585
    • 提供者:纪延平
  1. test_LABVIEW-Link-to-DB2

    0下载:
  2. labview与数据库SQL的连接应用程序,想学习labview调用数据库的人可以以此作为研读的范例。-labview connection with the database SQL applications that want to learn labview call database as the study example....
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-03-29
    • 文件大小:11552
    • 提供者:周狩猎
« 1 2 34 5 6 7 8 »
搜珍网 www.dssz.com