CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - odbc mfc
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - odbc mfc - List
[
Fractal program
]
第27章 使用MFC ODBC访问数据库
DL : 0
使用MFC ODBC访问数据库-use ODBC access to the database
Update
: 2025-02-17
Size
: 81kb
Publisher
:
[
source in ebook
]
MFC资源大全3
DL : 1
mfc资源大全包含MFC编程各个方面的源码-mfc resources Daquan MFC programming includes all aspects of FOSS
Update
: 2025-02-17
Size
: 3.11mb
Publisher
:
曾维宏
[
SQL Server
]
MyMFCODBCSmpl
DL : 0
一个非常不错的MFC ODBC范例,利用SQL Server自带的数据库Northwind,用ODBC建立DNS数据源MyNWind,就可以测试。-a very good example of MFC ODBC, SQL Server Northwind own database using ODBC data sources to establish MyNWind DNS, it can test.
Update
: 2025-02-17
Size
: 32kb
Publisher
:
彭海波
[
Database system
]
用VC实现数据库多表联接的应用程序
DL : 0
用VC++6.0开发多表联接的数据库应用程序 介绍了用Visual C++6.0开发数据库应用程序时,使用MFC ODBC类的编程方法,详细说明了在MFC ODBC的派生类中设置SQL语句参数的方法,实现了二个表的关联。 关键字 数据库 ,多表联接,MFC ODBC-VC 6.0 multi-table database connectivity application procedures introduced with Visual C 6.0 database application development, the use of MFC ODBC type of programming methods, a detailed description of the MFC category derived ODBC SQL set parameters and methodology of the two tables association. Keyword database, multi-table connectivity, ODBC MFC
Update
: 2025-02-17
Size
: 9kb
Publisher
:
lihao8397
[
SQL Server
]
一个学生管理系统
DL : 0
基于ODBC的数据库模式,用MFC创建一个学生成绩管理软件。程序的实现主要在视图Cstudentview类中完成,其中可以完成的功能有:显示全部记录、增加记录、删除记录、修改记录、排序记录、查寻记录,并且在控件表格中直观的显示。-based ODBC database model, the MFC with the creation of a student performance management software. The main procedures in achieving View Cstudentview category completed, which can be accomplished functions : All the records, record increase, delete records, modify records, sorting records, the searching of records, Controls in the form visual display.
Update
: 2025-02-17
Size
: 1.26mb
Publisher
:
玉华
[
ADO-ODBC
]
TestODBC
DL : 0
使用MFC中的ODBC类并浏览和修改数据库的内容-use ODBC MFC category and browse and modify the content of the database
Update
: 2025-02-17
Size
: 1.94mb
Publisher
:
魏小智
[
Windows Develop
]
VC6m-MFC-ODBC
DL : 0
在VC6中用MFC向导ACCESS2000数据可以测与数据库的连接-used in VC6 MFC Wizard ACCESS2000 data can be measured and database connectivity
Update
: 2025-02-17
Size
: 3.71mb
Publisher
:
陶青松
[
source in ebook
]
MFC_CLASSICAL_QUESTION_5
DL : 0
< MFC经典问答>>是微软类库经常遇到的问题,多达130条,采用问答的形式,通过对这些代码的研究可以灵活掌握MFC的操作,比如视图,窗体,对话框,注册表等操作。本代码为属性单部分的代码-<MFC classic Q
Update
: 2025-02-17
Size
: 395kb
Publisher
:
牛亚
[
Other Databases
]
Begbd
DL : 0
这是一个利用ODBC进行数据库连接的范例程序,由于是用VC++6.0MFC库进行的编程,所以你需要改动的部分很少。-This is an ODBC database connectivity paradigm procedures, As with the VC 6.0MFC the programming, so you need some little changes.
Update
: 2025-02-17
Size
: 2.02mb
Publisher
:
相旸
[
Communication-Mobile
]
20060330170217
DL : 0
通讯录管理系统1.0 可以为您方便地, 安全地管理你的通讯录, 是您的家庭好帮手. 本系统使用Visual C++(MFC)开发, ODBC开放式数据库源 -Contacts Management System 1.0 can be your convenience, safe management of your correspondence, Your family is a good helper. The system uses Visual C (MFC) development and ODBC database open source
Update
: 2025-02-17
Size
: 89kb
Publisher
:
黄玉奇
[
Education soft system
]
stu24
DL : 0
一个简单的学生成绩管理系统,用MFC ODBC完成对Access的操作-A simple student achievement management system, using MFC ODBC completion of the operation of Access
Update
: 2025-02-17
Size
: 54kb
Publisher
:
chenliuzhang
[
source in ebook
]
MFC_ODBC
DL : 0
MFC ODBC数据库编程,《精通MFC程序设计》姚领田编著 人民邮电出版社 2006-MFC ODBC Database Programming,
Update
: 2025-02-17
Size
: 243kb
Publisher
:
mammoth
[
VC/MFC
]
shujuleixin
DL : 0
Visual C++对数据库的支持 MFC 的ODBC编程过程 ODBC数据表更新 MFC的ODBC类 显示记录总数和当前记录号 编 辑 记 录 字 段 操 作 多 表 处 理 使用MSFlexGrid控件 RemoteData和DBGrid控件 使用ADO操作数据库-Visual C++ Database support MFC s ODBC programming ODBC data tables updated MFC s ODBC type shows the total number of records and current records of its field operations to edit records deal with the use of multi-table MSFlexGrid control RemoteData and DBGrid control to operate the database using ADO
Update
: 2025-02-17
Size
: 388kb
Publisher
:
马刚
[
VC/MFC
]
VC_DB_Programming
DL : 0
以实用为目的,结合具体的数据库应用,选择了7个最有代表性的实例,分别介绍ODBC API、MFC的ODBC类、DAO、OLE DB以及ADO的客户数据库访问技术和应用开发过程。-Practical for the purpose, combined with a specific database application, select the seven most representative examples of, respectively, introduce ODBC API, MFC s ODBC category, DAO, OLE DB and ADO database access client technology and application development process.
Update
: 2025-02-17
Size
: 14kb
Publisher
:
时天赋
[
Other Databases
]
ODBC
DL : 0
利用MFC编写的一个小小的数据库系统,可以进行简单的查询,修改,更新等-MFC prepared using a small database system, can be a simple query, modify, update, etc.
Update
: 2025-02-17
Size
: 56kb
Publisher
:
zhanglei
[
VC/MFC
]
VCshujuku
DL : 0
本书以实用为目的,结合具体的数据库应用,选择了7个最有代表性的实例,分别介绍ODBC API、MFC的ODBC类、DAO、OLE DB以及ADO的客户数据库访问技术和应用开发过程。本书还通过ADO数据库组件开发实例和OLE DB服务器程序的开发实例展开了数据库应用开发的高级话题。-The book for the purpose of practical light of the specific database application, select the seven most representative examples of, respectively, introduced the ODBC API, MFC s ODBC category, DAO, OLE DB and ADO database access client technology and application development process. The book also ADO database components to develop examples and OLE DB server instance to start the development of the database application development, senior topics.
Update
: 2025-02-17
Size
: 3.38mb
Publisher
:
苗然
[
Windows Develop
]
vc6.0(odbc)mfc
DL : 0
是 VC++6.0技术大全里面的一个用MFC odbc开发数据库的 实例-Is VC++ 6.0 technology Guinness inside a MFC odbc with the development of the database instance
Update
: 2025-02-17
Size
: 78kb
Publisher
:
杨发
[
ADO-ODBC
]
VCRoomManage
DL : 0
基于VC++6.0、ODBC、MFC的酒店客房管理程序。数据库为Acess,界面简洁,有详细使用说明。-Based on VC++6.0, ODBC, MFC hotel rooms management procedures. Database for Acess, the interface is simple and has detailed instructions.
Update
: 2025-02-17
Size
: 2.23mb
Publisher
:
czl
[
Software Engineering
]
MFC
DL : 0
在VC6.0数据库编程之MFC ODBC-MFC ODBC
Update
: 2025-02-17
Size
: 152kb
Publisher
:
赵建波
[
SQL Server
]
ODBC
DL : 0
SQL Server MFC ODBC报表实现的代码。-SQL Server MFC ODBC statements to achieve code.
Update
: 2025-02-17
Size
: 94kb
Publisher
:
«
1
2
3
4
5
6
7
8
9
10
...
15
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.