-
DatabaseAccessLayer
数据库访问层的通用设计。可根据配置文件的更改适应不同的底层数据库。隔离业务逻辑层。采用C++标准库及ADO方式对数据库进行访问。(The universal design of the database access layer.According to the configuration file changes to adapt to different underlying database.
Isolate the business logic layer. C + + standard library and the ADO way to access the database.)
- 2012-07-26 16:49:43下载
- 积分:1
-
sqlite通用类模块
很多年前写的一个sqlite通用类模块(sqldb.cpp和sqldb.h),全新拿来分享。该资源包含sqlite-amalgamation-3340100源码和测试 testdb.cpp封装该类的目的:统一sqlite数据库接口,以方便windows/linux平台间使用sqlite数据库。该类封装了sqlite3常用操作(可执行 增删改查,事务,创建/增加sql函数,数据库文件压缩,增加sql函数等) 该类的使用方法见 sqldb.h,该头文件有具体的使用示例。用法:1. 生成 libsqlite3.amake -f Makefile_lib2. 生成 测试make3.生成sqlite3 命令行工具gcc -Wall -o sqlite3 shell.c libsqlite3.a -lpthread -ldl
- 2021-05-06下载
- 积分:1
-
winform 通讯录 实例源码
实现联系人的分组管理,联系人的添加和删除,分组的添加和删除,后台的数据库是使用SQL Server2005创建的,数据库的界面在截图中 需要自己创建一个数据库,名字是addresslist
- 2015-05-26下载
- 积分:1
-
Library
图书管理系统,为数据库实现,基于visual c++ 和sql,比较基本,希望有帮助(Library management system, database implementation, based on visual c++ and sql, more basic, want to help)
- 2009-12-02 21:43:25下载
- 积分:1
-
Part6DatabaseTechnology
visual c++ 数据库技术,包括ODBC编程、 DAO编程、OLEDB编程、ADO编程四部分代码!很值得参考(visual c++ database technologies, including ODBC programming, DAO programming, OLEDB programming, ADO programming code four parts! Worth considering)
- 2008-04-15 11:57:59下载
- 积分:1
-
txl_db
说明: MDB数据库ADO连接编程,演示一个通讯录的增删改查询(MDB ADO database connectivity program, a demonstration of additions, deletions and change directory inquiries)
- 2005-12-16 14:00:32下载
- 积分:1
-
PageProcess
通用的根据字段信息,生成sql 执行分页查询(sql process)
- 2016-02-08 17:54:20下载
- 积分:1
-
DBGRID-call-SQL-database
基于C语言的使用DBGRID控件实现的SQL数据库管理程序,方便灵活(C-based controls to achieve using DBGRID SQL database management procedures, convenient and flexible)
- 2013-07-13 21:30:03下载
- 积分:1
-
MyNewDataBase
在VC下访问和创建Access数据库的例子,很清楚的程序(in VC visited and the creation of the Access database examples, it is clear that the procedures)
- 2007-04-04 17:20:33下载
- 积分:1
-
Licai2.0
个人理财系统是我用MFC做的一个有界面的程序,里面涉及了数据库编程,常用的控件等知识。里面的数据都存储在SQL Server2005里面,我用的是ado方式访问数据库,实现了记录日常每餐的消费食物,消费水平,并可以自动算出一段时间的消费金额。(Personal financial management system is an interface program I do with MFC, which involves a database programming, controls and other knowledge. Inside the data stored in SQL Server 2005 which I use ado to access the database, to record daily meal consumption of food, consumption levels, and can automatically calculate the amount of the consumer for a period of time.)
- 2012-03-30 23:16:01下载
- 积分:1