dbclass

所属分类:Windows编程
开发工具:Visual C++
文件大小:33KB
下载次数:7
上传日期:2011-03-06 11:03:08
上 传 者拉格
说明:  因为MFC完全支持数据库应用程序的开发,所以大多数数据库应用都使用CDatabase和CRecordset类,并且类向导(Class Wizard)提供了快速简易的方式来使用这两个类。有一点不足的就是当应用程序涉及到多表数据库时,类向导将产生大量的关于记录集的源码文件使得工程(project)给人的感觉很混乱。 这里介绍如何使用一个模板记录集类来降低类向导所产生的记录集文件的数量,同时增强记录积类(CRecordset)的功能。这个模板记录集类叫做:CDataSet。它的主要目的是降低代码量,为数据对象数组提供一个接口。
(MFC full support for the development of database applications, most database applications use CDatabase and CRecordset classes, and Class Wizard (Class Wizard) provides a quick and easy way to use these two classes. A bit less than when the application is related to multi-table database, the class wizard will generate a lot of records set on the project was the source file (project) feels very confusing. Here' s how to use a template to reduce the class record set class of records generated by the wizard sets the number of files, while enhancing the recorded product category (CRecordset) function. This template recordset class called: CDataSet. Its main purpose is to reduce the amount of code, to provide an interface to an array of data objects.)

文件列表:
Projects\DbTest\ChildView.cpp (1166, 1999-06-21)
Projects\DbTest\ChildView.h (1267, 1999-06-21)
Projects\DbTest\DataSet.cpp (907, 1999-06-21)
Projects\DbTest\DataSet.h (3303, 1999-06-21)
Projects\DbTest\DbTest.clw (1613, 1999-06-21)
Projects\DbTest\DbTest.cpp (3648, 1999-06-21)
Projects\DbTest\DbTest.dsp (4416, 1999-06-21)
Projects\DbTest\DbTest.dsw (535, 1999-06-21)
Projects\DbTest\DbTest.h (1367, 1999-06-21)
Projects\DbTest\DbTest.rc (9163, 1999-06-21)
Projects\DbTest\MainFrm.cpp (3779, 1999-06-21)
Projects\DbTest\MainFrm.h (1607, 1999-06-21)
Projects\DbTest\resource.h (640, 1999-06-21)
Projects\DbTest\StdAfx.cpp (208, 1999-06-21)
Projects\DbTest\StdAfx.h (1278, 1999-06-21)
Projects\DbTest\Test.mdb (67584, 1999-06-22)
Projects\DbTest\res (0, 1999-07-30)
Projects\DbTest\res\DbTest.ico (1078, 1999-06-21)
Projects\DbTest\res\DbTest.rc2 (398, 1999-06-21)
Projects\DbTest\res\Toolbar.bmp (838, 1999-06-21)
Projects\DbTest\Debug (0, 1999-07-30)
Projects\DbTest\Debug\DbTest.exe (127025, 1999-06-21)

近期下载者

相关文件


收藏者