Description: VC下的ADO编程封装类。可灵活方便的应用于VC下的ADO编程-VC under the category ADO programming package. Flexibility can be applied to the VC under the ADO programming Platform: |
Size: 29696 |
Author:孟祥增 |
Hits:
Description: VC编程封装ADO类 VC中利用ADO共同实现数据库的操作 在VC中使用ADO开发数据库应用程序 用C++访问SQLServer2000的实例-VC ADO programming package type VC ADO common database operations using the VC ADO database application development using C visit examples of CRM Platform: |
Size: 26624 |
Author:大圣 |
Hits:
Description: 这是我开发的利用vc++的ado接口连接并操作sqlserver和oracle的dll动态库。数据库的参数从配置文件pb.ini读取-This is what I use to develop vc++ The ado interface connector and operates sqlserver and oracle of the dynamic library dll. Database parameters pb.ini read from the configuration file Platform: |
Size: 61440 |
Author:侯健 |
Hits:
Description: 详细讲述了数据库编程,包括ADO,DAO等数据库编程源代码-A detailed account of the database programming, including ADO, DAO and other database programming source code Platform: |
Size: 5563392 |
Author:zhanghongge |
Hits:
Description: 电脑销售管理系统,采用vc++ + SQLSERVER 开发,ADO连接数据库,系统模块包括基本信息设置,电脑配件管理,报价信息管理,统计查询管理,系统用户管理等。-Computer sales management system that uses vc+++ SQLSERVER development, ADO database connectivity, the system modules, including basic information set, a computer parts management, pricing information management, statistical inquiry management, system management, and other users. Platform: |
Size: 1283072 |
Author:汪雷 |
Hits:
Description: 医院管理系统,采用vc++6.0 + sqlserver 开发,ado方式连接数据库.功能模块包括基本信息设置,内部资料管理,收费管理,数据统计模块,系统用户管理 等。-Hospital Management System vc++ 6.0+ Sqlserver development, ado connected database. Functional modules, including basic information set, the internal information management, fees management, data statistics module, users of the system management. Platform: |
Size: 1526784 |
Author:汪雷 |
Hits:
Description: 用vc 2005 ado 连接access数据库,读取并显示数据的示例,只需要修改连接字符串,也可以很方便地连接mysql,sqlserver,oracle等数据库-Vc 2005 ado connection with access database, read and display the sample data, only need to amend the connection string, it can easily connect mysql, sqlserver, oracle database, etc. Platform: |
Size: 43008 |
Author:hzz |
Hits:
Description: 1. 熟悉常用网络数据库的安装和使用
2. 掌握网络数据库的应用编程技术
3. 掌握网络环境下实现数据同步的相关编程知识
4. 掌握网络通信编程的具体应用
Oracle的安装和使用
2、SQL Server的安装和使用
3、数据库应用编程
本次实验采用ADO技术访问Oracle 9i和SqlServer 2000 数据库,用VC++开发,选用MFC开发工具。实验要求中只要求从从站到中心站的同步,这里我们加大难度实现了从站和中心站的互同步。项目名称为:synchronize,即为同步。
本程序分为三个模块:数据库连接操作、通信模块(包括发送和接收)、用户操作更新数据、同步更新数据库模块。
2. 通信模块(包括发送和接收)模块(Comm)
a) 功能:用于将从站的insert 语句发送到中心站,中心站正确 执行后将学号返回给从站,从站更新数据库。 同时在中心站上时接收从站的insert语句。
b) 工作流程:
c) 数据结构:继承MFC中的CSyncSocket类,利用它的功能。
3. 用户操作更新数据模块(User)
a) 功能:接收用户对数据库的插入命令,提供用户界面。
b) 工作流程:
c) 数据结构:
4. 同步更新数据库模块模块(Asy)
a) 功能:将中心站接收到的insert 语句检查后,在中心站上执行,实验中心站的同步。
b) 工作流程:
-1. Familiar with the popular web-based database installation and use of
2. Master network database application programming techniques
3. Master data synchronization network environment to achieve the relevant programming knowledge
4. Grasp the concrete application of network communication programming
Oracle of the installation and use of
2, SQL Server installation and use of
3, database application programming
This experiment using ADO technology to access SqlServer 2000 and Oracle 9i database, using VC++ development, use MFC development tools. Experimental request only requires from the slave to the central station synchronization, here we increase the degree of difficulty to achieve from the station and central station of mutual synchronization. Project name: synchronize, namely synchronization.
This program is divided into three modules: the database connection operation, communication modules (including the sending and receiving), the user update the data operatio Platform: |
Size: 573440 |
Author:zym |
Hits:
Description: VC++操作SqlServer数据库的参考源程序
VC++操作SqlServer数据库的一个参考程序,主要包括ADO的使用,压缩包内附带有SQLSERVER的备份文件,附加即可,其实你可以把这个程序当作一个数据库编程的教程,它介绍了VC++如何连接SqlServer,添加、删除、备份、修改数据,包含一些常用SQL语句的语法示例等,自带有一个CHM帮助文档,向你讲解一些基础知识,因此对VC入门级选手特别有用
-VC++ operator SqlServer database reference source VC++ operator SqlServer database, a reference procedure, mainly including the use of ADO, compressed package included with the SQLSERVER backup files, additional can, in fact, you can put this program as a database programming tutorial It describes the VC++ how to connect SqlServer, add, delete, backup, modify the data, including some commonly used example of the syntax of SQL statements and so on, comes with a CHM help documentation to you to explain some basic knowledge, so the VC entry-level players in particular Useful Platform: |
Size: 173056 |
Author:andysun |
Hits:
Description: 汽车维修管理系统。系统是在VC++和SQL Server 2000下开发的. 数据库文件需要在SQLSERVER的查询分析器中恢复. 因为程序极为经典,所以上传。编程环境: visual stdio c++ .net,Ado + SQL2000 。SQL设置: 将在SQL2000下建立CarService数据库,导入数据文件。主要用ADO访问数据库。。。 主要功能: 查询,添加,删除,显示信息-Vehicle Maintenance Management System. System is in VC++ and SQL Server 2000 under the development. SQLSERVER database files need to recover the query analyzer. Because the program is extremely classic, so upload. Programming environment: visual stdio c++. Net, Ado+ SQL2000. SQL settings: Under the establishment of CarService in SQL2000 database, import data files. The main access to the database using ADO. . . Main functions: query, add, delete, display information Platform: |
Size: 913408 |
Author:绿茶 |
Hits:
Description: VC++操作SqlServer数据库的一个参考程序,主要包括ADO的使用-VC++ SqlServer database, a reference operating procedure, including the use of ADO Platform: |
Size: 172032 |
Author: |
Hits:
Description: mfc做的一个对话框,有对Access和SQL2000数据库的读取及修改、删除、插入操作。command、execute、open3种方式执行sql语句。 -mfc do, a dialog box with the Access and SQL2000 database to read and modify, delete, insert. command, execute, open3 ways to execute sql statement. Platform: |
Size: 2590720 |
Author:小小鸟 |
Hits: