搜索资源列表
ADO MD 程序员参考手册
- ADO MD 程序员参考手册 书籍语言: 简体中文 书籍类型: 程序设计 授权方式: 免费软件 书籍大小: 808 KB -ADO MD programmer's reference manual books Language : English books categories : program design license : free software books Size : 808 KB
@ADO中文幇助
- Microsoft ADO 程序员参考,Microsoft ADOX 程序员参考,Microsoft ADO MD 程序员参考-Microsoft ADO programmers reference, Microsoft ADOX programmer's reference, Microsoft programmers reference ADO MD
vcstorehouse
- vc++6.0下开发的仓库管理系统,采用ADO操作数据库,使用数据库为ACCE-vc 6.0's warehouse management system using ADO operational database, using the database to ACCE
VB_MySQL_connectDB
- VB使用ADO控件实现对MySQL数据库的访问的源码 我就是根据那个实现对数据库的访问的,很好用的,有问题可以E-mail给我,我会尽力帮忙的 (sbtdkj1017@tom.com)-VB use ADO realization of the right to visit the MySQL database source code under which I realize is right the database's visit, the good use, a prob
shouhou
- 售后服务系统 优质的售后服务是企业生存和市场竞争的保障,售后服务管理系统可以为企业客户服务提供有效的管理,记录客户问题及解决过程,,这对现代企业是非常重要的。 后台数据库使用SQL Server,前台开发工具使用Visual Basic。 本系统采用目前比较流行的ADO数据访问技术,并将每个数据库表的字段和操作封装到类中,从而成功地将面向对象的程序设计思想应用到数据库应用程序设计中。这也是本系统的特色和优势。-after-sales service quality after-sa
A_Database1825931252004
- This a simple database management system. It doesn t use any other code (i.e. ODBC, ADO, etc.) and has it s own database file format. I wrote it because I found the other DBMSs code too bulky and hard to debug. It s designed for small applications an
VIPe.rar
- VC++S数据库编程代码实现--ADO开发会员管理系统,VC++ S database programming code- ADO development of Member Management System
OciDB
- 这里对oracle的开发接口oci进行了简单包装,类似于ADO,一共包括2个对象COciConnection和COciRecordset,用起来还不错,方便大家使用-Oracle here on the development of a simple interface oci packaging, similar to ADO, including a total of two objects COciConnection and COciRecordset, good to use to f
qiyegongzi
- 该系统是用VB编写的,数据库是用ACCESS。是通过ADO连接数据库的。 整个软件可以分为几个部分:第一是员工的管理,包括员工的姓名,性别等信息。第二是职位的管理,包括相应的工资和奖金。第三是特殊项的管理,包括各种奖罚措施和各种特殊情况。第四是工资的查询。 还有就是报表的打印,包括员工信息,职位信息,工资等报表的打印。还有一个是用户的设置,即对用户名和密码的添加,修改,删除。 -The system is prepared to use VB, database is ACCE
bank
- C/S模块,VB作为开发工具,后台数据库使用SQL Server2000,使用ADO方式连接数据库,实现开户、销户、存款、取款、修改密码、转账、挂失解挂等功能-C/S module, VB as the development tools, back-end database using SQL Server2000, connect the database using ADO, the realization of accounts, sales households, deposits,
AccessDB
- 使用 VC++ 通过 ADO 访问 sql server 数据库-VC++, through the use of ADO database access sql server
ADO
- ADO数据组件精解示例 ADO是数据库编程中不可缺少的重要组件之无论你是用VB编程还是用SQL编程,都要用到它,本程序详细列举了ADO的属性和方法,并赋以源程序加以对照学习,看完了这篇文档,你肯定会受益非浅。-ADO data sample solution precision components ADO database programming is an important and indispensable component of the matter whether you ar
testoci
- OCI(Oracle Call Interface)是ORACLE公司开发的一个应用程序开发工具,是一个通过访问Oracle数据库的服务器,控制各类SQL语句的执行,进而创建应用程序的的应用程序接口(API)。它支持SQL所有的数据定义,数据操作,查询,事务管理等操作,支持C和C++的数据类型,调用,语法和语义。它提供了一组可对Oracle数据库进行存取的接口子例程(函数)。 OCI程序实质上就是用高级语言写的程序,其特点是内部含有对OCI子函数库的调用,通过在第三代程序设计语言(如C语
ADO.NET-_Sample
- 包括了B/S以及C/S两种结构下的ADO.NET的例子程序。-Including the B/S and C/S two kinds of structure of the ADO.NET examples of procedures.
ADOWrapper
- 一个封装ADO的类,封装了具体的ADO操作的细节,可以方便直接地运用在实际的项目中。-a class wrapper the ADO operation. it s effectively to use it into your products.
Based-on-VB-and-SQL-SERVE-humanresources-managemen
- 该程序通过VB 的ADO 数据对象来实现VB 前台与后台SQL SERVER 数据库的连接,并具有典型的数据库应用系统的特征,完成了系统结构与现实生活的紧密结合。-The program' s ADO data objects through VB VB foreground and background to achieve the SQL SERVER database connections, and has the typical characteristics of a data
TransOracle
- 将Oracle数据库向Sql server 2000数据库做数据备份的源代码。使用ado方式。-Translate oracle server s data To Sql server 2000,by ado.
SQL-SERVER
- 了解如何应用在Microsoft数据访问技术ADO.NET的MDAC 2.0,2.82,SQL Server Native Client的,和JDBC驱动程序,如新的跟踪功能 和2005年在SQL Server的网络协议和Microsoft SQL Server的数据库引擎。 - Learn how to apply technology in Microsoft Data Access ADO.NET, MDAC 2.0,2.82, SQL Server Native Client s,
ADO_SQL_connection_design_Module
- ADO的SQL连接设计高级开发模块ADO s SQL connection design Advanced Development Module -ADO s SQL connection design Advanced Development Module
ADO
- 通过ASP中的ADO访问计算机本地的数据库,非常实用,大家可以好好参考之。-according to ADO in the ASP,to get an access to the local database in the computer,it s very useful!