CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - 工程代码
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Sub Category
GUI Develop
Windows Kernel
WinSock-NDIS
Driver Develop
ADO-ODBC
GDI-Bitmap
CSharp
.net
Multimedia Develop
Communication
Shell api
ActiveX/DCOM/ATL
IME Develop
ISAPI-IE
Hook api
Screen saver
DirextX
Process-Thread
Console
File Operate
Printing program
Multi Monitor
DNA
Other
Search - 工程代码 - List
[
ADO-ODBC
]
一个增强的数据库类CDataSet
DL : 0
一个增强的数据库类CDataSet 因为MFC完全支持数据库应用程序的开发,所以大多数数据库应用都使用CDatabase和CRecordset类,并且类向导(Class Wizard)提供了快速简易的方式来使用这两个类。有一点不足的就是当应用程序涉及到多表数据库时,类向导将产生大量的关于记录集的源码文件使得工程(project)给人的感觉很混乱。 本文介绍如何使用一个模板记录集类来降低类向导所产生的记录集文件的数量,同时增强记录积类(CRecordset)的功能。这个模板记录集类叫做:CDataSet。它的主要目的是降低代码量,为数据对象数组提供一个接口。-an enhanced database category CDataSet because MFC fully support database application development, the majority of database applications used CDatabase and CRecordset class and category Wizard (Class Wizard) provides a fast and easy way to use these two categories. There is one point when the shortage of applications related to multi-table database, the wizard class will have a lot of records set on the source document makes the project (project) gives the impression that very confused. This paper describes how to use a template Records Set to reduce class wizard from the record set in the volume of documentation, while enhancing the plot record category (CRecordset) function. The template called Set Records : CDataSet. Its main purpose is to reduce the amount of code and data objects to p
Date
: 2008-10-13
Size
: 32.85kb
User
:
杨葶
[
ADO-ODBC
]
一个增强的数据库类CDataSet
DL : 0
一个增强的数据库类CDataSet 因为MFC完全支持数据库应用程序的开发,所以大多数数据库应用都使用CDatabase和CRecordset类,并且类向导(Class Wizard)提供了快速简易的方式来使用这两个类。有一点不足的就是当应用程序涉及到多表数据库时,类向导将产生大量的关于记录集的源码文件使得工程(project)给人的感觉很混乱。 本文介绍如何使用一个模板记录集类来降低类向导所产生的记录集文件的数量,同时增强记录积类(CRecordset)的功能。这个模板记录集类叫做:CDataSet。它的主要目的是降低代码量,为数据对象数组提供一个接口。-an enhanced database category CDataSet because MFC fully support database application development, the majority of database applications used CDatabase and CRecordset class and category Wizard (Class Wizard) provides a fast and easy way to use these two categories. There is one point when the shortage of applications related to multi-table database, the wizard class will have a lot of records set on the source document makes the project (project) gives the impression that very confused. This paper describes how to use a template Records Set to reduce class wizard from the record set in the volume of documentation, while enhancing the plot record category (CRecordset) function. The template called Set Records : CDataSet. Its main purpose is to reduce the amount of code and data objects to p
Date
: 2025-12-21
Size
: 33kb
User
:
杨葶
[
ADO-ODBC
]
adoce
DL : 0
CE下的ADO代码,虽然不是工程文件,是ADO的实现文件,值得看一下-ADO CE under the code, although not the project document is the realization of ADO document, it is worth a look at
Date
: 2025-12-21
Size
: 12kb
User
:
[
ADO-ODBC
]
kecheng
DL : 0
本文介绍了在VB环境下采用结合本系统需求及开发特点,以Windows XP 为开发平台,采用Access 2003作为后台数据库管理系统,同时选择了比较简单,且功能强大的Visual Basic。实现提取和保存信息,同时运用多种手段对信息进行添加、删除、修改、和查询。应用软件工程的思想和方法,总体上采用结构化生命周期法进行系统分析和设计,然后采用快速原型法来实现系统。文章介绍了学生课程管理系统的系统分析部分,包括可行性分析、业务流程分析等;系统设计部分主要介绍了系统功能设计和数据库设计及代码设计;系统实现部分说明了几个主要模块的算法,本系统界面友好,操作简单,比较实用。-err
Date
: 2025-12-21
Size
: 21kb
User
:
gssdxjx
[
ADO-ODBC
]
supermarketforvb
DL : 0
这是一套如此完整的代码,它包括了一个软件开发过程中,从设计到实现的所有文档,资源以及完整源代码。也许许多人不清楚怎么以一个软件工程的思想去完成软件开发,这就是我发布所有源代码的目的。软件=文档+程序,这是许多人都知道的;履行这个思想,便是本套程序的开发守则。-this is a useful code,visual basic,my own project,is good.
Date
: 2025-12-21
Size
: 789kb
User
:
lihonggui
[
ADO-ODBC
]
odbcdb
DL : 0
本人一直使用的最新ODBC标准连接通用.h和.cpp库文件,目的是重用。支持MYSQL,ACCESS,MSSQL的连接,变量绑定。 只要安装SQL数据库系统后,只要用VC,把这两个文件加入工程就能重用这些代码。支持事务提交和回退。 -rollback,commit SQL ODBC
Date
: 2025-12-21
Size
: 217kb
User
:
梁晓锋
[
ADO-ODBC
]
adoblob
DL : 0
在vc++开发过程中,有时候需要将数据以二进制方式存储在数据库中,本代码就是实现这一过程的示例,VC++使用ADO实现BLOB二进制大对象数据的存取,其存取的方式与普通数据有所区别,并给出实现图像存取显示的完整示例工程。 -In vc++ development process, and sometimes need to be binary data stored in the database, the code is an example of realization of this process, VC++ using ADO BLOB binary large object data to achieve access, the access ways and common data be different, and gives access to display the full Image examples of works.
Date
: 2025-12-21
Size
: 50kb
User
:
madud00102
[
ADO-ODBC
]
VCPPProjectAndPractise
DL : 0
VC++工程与实践 书籍的配套源代码 共13个代码,涉及到ODBC、ADO、OLEDB数据库编程;界面datagrid控件、Tree控件;读写Excel文件、超长数据库字段的操纵、图片的存取;几个管理系统等。-VC++ projects and source code of practice books supporting a total of 13 code, related to ODBC, ADO, OLEDB database programming interface datagrid control, Tree control read and write Excel files, database fields long manipulation, image access several a management system.
Date
: 2025-12-21
Size
: 16.28mb
User
:
tom
[
ADO-ODBC
]
ADO-connect-to-Database
DL : 0
ADO链接数据库的工程例子,对初级使用的用户帮助比较大,可以下载阅读代码-ADO connect to Database example
Date
: 2025-12-21
Size
: 70kb
User
:
程刚
[
ADO-ODBC
]
source
DL : 0
代码生成器生成的工程 收费放行 达到统计的目的-The code generator engineering fees release statistics purposes
Date
: 2025-12-21
Size
: 13.25mb
User
:
算好
[
ADO-ODBC
]
Basic16
DL : 0
php学习的基础代码,数据库连接,留言系统的开发,容易上手,完整工程代码!-learning php code base, database connections, develop a message system, easy to use, full project code!
Date
: 2025-12-21
Size
: 4kb
User
:
ant
[
ADO-ODBC
]
Database
DL : 0
完整的项目工程,针对SQL2005进行的数据库访问技术。主要涉及SqlClient等相关类的使用。程序运行高效,界面美观。可以自己新建【数据库名】,【表明】,【服务器引擎】。 总之,强烈推荐学习SQL Server的编程者下载学习。 功能: 1. 建立连接,关必连接 2. 更新,插入,删除 3. 新建表,新建数据库,新建服务器 4. 更详细的内容,见代码注释 Author:Jing lin Sun. 版权所有,翻版必究,仅限学习使用-Complete project engineering, conducted for SQL2005 database access technology. Mainly involving the use SqlClient and other related classes. The program runs efficiently, beautiful interface. You can create your own database [name], [indicates], [server] engine. In short, it is strongly recommended to learn programming by SQL Server to download learning. Function: 1 to establish a connection, the connection will be closed 2 update, insert, delete, 3 new tables, new database, the new server 4 more details, see the code comment Author:.... Jing lin Sun Copyright Xfire, Learning to use only
Date
: 2025-12-21
Size
: 608kb
User
:
Sun Jin
[
ADO-ODBC
]
ListToEXcel
DL : 0
主要实现ListControl控件列表内容保存到EXCEL表中,代码测试VS2010可用,可放至需要的工程中-Save ListControl control list, the main achievement of content to the EXCEL table, code testing VS2010 is available, can be put to the needs of the project
Date
: 2025-12-21
Size
: 2kb
User
:
商帆
[
ADO-ODBC
]
5ziqirenjiduizhan
DL : 0
我读工程硕士的时候写的第一个作业,5子棋人机对战,代码清晰易懂,不知你能否战胜它1-Master of Engineering I read when written in the first operation, 5 sub-machine war game, code clear and understandable, I wonder if you can overcome it 1
Date
: 2025-12-21
Size
: 4kb
User
:
ssk9k1xiai6
[
ADO-ODBC
]
CppAdoOracle
DL : 0
在64位的win10系统上面使用C++连接oracle数据的关键实现程序,代码简单,主要是注意vs2015的项目工程配置。-The 64 bit win10 system using C++ connection Oracle data key implementation procedures, the code is simple, mainly pay attention to the vs2015 project configuration.
Date
: 2025-12-21
Size
: 13kb
User
:
enju
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.