搜索资源列表
Dao
- 在VB中用DAO实现数据库编程-in VB DAO Database Programming
universal DAO
- 以前写的通用数据库接口,觉得不错,共享之!-before writing the generic database interface, think it's good to share!
财会数据库管理程序(DAO 3.60)
- 财会数据库管理程序(DAO 3.60).zip-accounting database management procedures (DAO 3.60). Zip
使用DAO访问数据库的例子(189KB)
- 使用DAO访问数据库的例子-DAO access to the database using the example
魔法单词-dao访问access数据库
- 这是我前段时间学数据库时做的一个小程序,采用DAO访问ACCESS数据库,程序的主界面如下,控制相对来说很是简单,实现了数据库的基本操作-This my side databases when doing a small program using DAO visit ACCESS database program's main interface, and control is relatively simple to achieve a database of the basic o
数据库操作-DAO篇
- 实现的功能是把数据库中的记录显示到列表视图中,可以进行记录添加、删除、修改、查询等操作-the functions of the database records to the list view and can be recorded to add, delete, modify, search operation
Login.rar
- 时尚数码平台登录模块 strut2+hibernate整合 四层架构 底层数据库层 DAO server层 表现层,Fashion digital platform registry module strut2+ Hibernate integrated four-tier structure the underlying database layer DAO server layer layer
dao
- java连接数据库和进行增删改查操作Java connect to database and do some operation such as adding,deleting,or changing. -Java connect to database and do some operation such as adding,deleting,or changing.
DAO
- Dao的封装,主要是对数据库的操作,包括增删改查等。-Dao package, mainly for database operations, including CRUD, etc.
ICDBaseSource
- (转载)This is a contact manager, built with the DAO data control and an Access database. It is designed specifically to save internet gaming information such as favorite game, gaming handle, clan name, clan rank, etc. Also includes a task scheduler. In
dao_multi
- VC++编程,这是一个数据库DAO多线程的例子,有数据库多线程处理技巧-VC++ Programming, this is a database DAO examples of multi-threaded, multi-threaded database processing techniques
database_program_example_vb
- 很多个VB的数据库编程例程资料,包括ADO/DAO等编程实例-A number of VB database programming routines, including the ADO/DAO programming examples, etc.
FrmTest
- VB实现各种方式连接数据库,包括ADO、DAO、RDO等多种方法。-VB to achieve a variety of ways to connect the database, including ADO, DAO, RDO and other methods.
jdbcdao
- 达内IT培训Java DAO 源码 是学习Java用DAO方式连接数据库编程的好东西-Tatsu Java DAO within the IT training is to learn from Java source code using DAO to connect database programming good things
DAO_biaochaxun
- 在 Visual C++.net 下实现 DAO数据库表查询操作。程序均有注释。功能为:使用DAO新建,浏览,删除数据库表查询。此程序很适合学习使用。-In Visual C . Net under DAO database table query operation. Procedures for both the Notes. Function as follows: use the new DAO, browse, delete the database table query. T
DAO
- 在 Visual C++.net 下实现使用 DAO数据库操作。程序均有注释。此程序很适合学习使用。-In Visual C . Net to achieve the use of DAO database operations. Procedures for both the Notes. This procedure is very suitable for learning to use.
DAO
- 在Visual C++数据库编程中,访问数据库的另一种方式是采用DAO,现提供源码供参考.-In Visual C Database Programming, access the database is another way to use of DAO, is now providing a source for reference.
testExcel
- 用数据库读写方法,在VC中对EXCEL文件进行读写操作,包括DAO,ODBC等-database used to read and write, in the VC to Excel documents and write, including the DAO, ODBC, etc.-database used to read and write, in the VC to Excel documents and write, including the DAO, ODBC, etc.
class2ACCESS
- DAO操作Access数据库类,提供测试程序-Access Database DAO type operation, procedures for testing
POBOVODTOPOJODAO
- PO可以严格对应数据库表,一张表对映一个PO。 BO则是业务逻辑处理对象,我的理解是它装满了业务逻辑的处理,在业务逻辑复杂的应用中有用。 VO:value object值对象、view object视图对象 PO:持久对象 QO:查询对象 DAO:数据访问对象——同时还有DAO模式 DTO:数据传输对象——同时还有DTO模式 -PO can be strictly correspond to database tables, a table mapping a PO. BO is the bus