搜索资源列表
vcaccess
- VC用ADO操作数据库示例 里面用到了CCinderString类,这是我自己编写的一个字符串操作类,主要进行了一些字符串的处理,针对示例的SQL语句使用的,与ADO方法无关。比如: GetNow方法,获得当前时间的字符串格式\"YYYY-MM-DD hh:mm:ss\"等,就不附加进来了。 另:使用ADO必须在stdafx.h中添加引用: #import \"c:\\Program Files\\Common Files\\System\\ADO\\msado15
ADORsWizard
- 一个ADO向导,方便用VC开发数据库系统时将数据表结构导出成C++源代码。相当有用!
VBVCCSAccess
- VB/VC/C#操作数据库的代码,其中两个vc程序一个调用ADO,一个调用DAO,并且均为控制台程序,方便测试。
VC中操作ADO数据库资料
- 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
VC下ADO开发数据表集
- visual c++ 环境下 利用ADO方式与数据库表集进行交互性操作-visual environment means ADO database tables set with interactive operation
VC做的电子表格平台
- 1 这是我用VC做的电子表格平台,可实现对窗口表格视图和其背景数据库的若干基本操作。 (a动态创建新表, b在表中添加、删除行、列, c打开、保存、另存表格, d制作了一个属性对话框来修改表格的基本属性,如行数、列数、标题等) 用户可通过视图上操作改变背景数据库 2 数据库操作采用ADO, 背景数据库采用Access 视图采用单文档界面和CGridCtrl控件-1 This is what I do with VC sprea
VC_SQLITE
- VC6开发 c++ sqlite 创建数据库 创建数据表 插入数据 查询数据 包含全部必要的 DLL LIB .H-VC6 development c++ sqlite create database to create tables of data into the data query that contains all the necessary DLL LIB. H
VC_read_excel-2003
- VC读取Excel2003文件,得到表中的内容,并显示在控件中,visual C++6.0开发 -VC reads the Excel file, get the contents of the table, and displayed in the control, visual C++6.0 development
CPP_ADO
- ADO数据访问,未使用MFC,windows系统无需安装额外东西,使用方便简单适用于VC, 其它C++开发环境只需稍作修改即可-ADO data access, not using MFC, windows systems do not need to install additional things, easy to use easy for VC, the other C++ development environment, only some slight modifications t
sql_vc
- sqlite大家都知道吧,一个数据库系统,该demo演示sqlite在vc下的使用.-sqlite we all know it, a database system, the demo presentation at vc under sqlite use.
vc_mysql
- VC与MySQL数据库编程,是一本讲解C++在数据库开发中的应用.-MySQL Database Programming with VC is on a C++ in the database application development.
ADO
- 利用vc实习通过ado访问数据库的实例。-Use Visual C++ to access database through ADO.
CarService
- 汽车维修管理系统。系统是在VC++和SQL Server 2000下开发的. 数据库文件需要在SQLSERVER的查询分析器中恢复. 因为程序极为经典,所以上传。编程环境: visual stdio c++ .net,Ado + SQL2000 。SQL设置: 将在SQL2000下建立CarService数据库,导入数据文件。主要用ADO访问数据库。。。 主要功能: 查询,添加,删除,显示信息-Vehicle Maintenance Management System. System is in
VC-Ado-Oracle
- 本例子是在VC下用ADO链接ORacle数据库的一个实例,在界面中通过输入数据源名,用户名,密码,点击链接之后,若是成功,则会在listbox里显示所有的表,当双击某一个表时,则会在右边的listcontrol 中显示相应的表中数据。-this application is a good example to connect Oracle with ADO under the enviroment of visual C++ 6.0.After entering your datasource
ado
- 使用vc++封装了C++对数据库(ado技术)的操作的类-Vc++ using the C++ package database (ado technology) class action
SQLservervccreatecode
- VC 对SQL SERVER 2000数据库的代码生成器及访问方法 思路: 当我在用VC开发 sql server2000数据库时,用ADO 访问数库,在对象关系映射时,一般都要用C++编写对应的数据类,及相关的访问类。这些工作都很无聊,我们也可要拥有像Hibernate 框架,负责从Java类到数据库表的映射,它的设计目标是将软件开发人员从大量相同的数据持久层相关编程工作中解放出来。在此我把我的想法及实现方法与大家分享一下,由于本人水平有限,请各位大虾拍砖:》。再将所有源代码公开,如
ADOsample
- 一个在VC++中应用ADO连接技术操作数据的实例,实现对数据库的访问和操作-ADO connection technology for operating data instance based on Visual C++, access to the database and operating
Ado
- vc++连接数据库,ADO数据库连接是一种常用的比较方便的数据库连接方式-Visual c++ how to connect to Database