搜索资源列表
OracleText
- 基于MFC的ADO数据库编程。针对Oracle10g测试而做的。内容不多。可以结合之前上传的UseDB来看。关键点在COracleTextView::OnBnClickedButton1()
animal
- 曾经做的一个动物领养系统,涉及到access数据库,程序里对用到了MFC里少见的几个控件,这个程序对于数据库编程的初学者有很大的帮助
StudentScore
- 用MFC做的学生成绩数据库,希望对大家关于MFC和数据库的连接和操作有帮助
MyListCtl
- 一个小的学生管理系统,用MFC做界面,访问Access数据库。编译时一定要将工程下的TestDB.mdb文件拷到Debug或Release目录下。-A small student management system, to do with MFC interface, visit the Access database. Compile-time must work under the TestDB.mdb document Kaodao Debug or Release directory.
final
- 一个简易的学生选课系统程序,用odbc写的,界面做的不够精美,但是功能已经基本实现。作为学习mfc的参考。-A simple system of student selection procedures, using odbc written interface do not elaborate, but the function has been basically achieved. Mfc as a learning reference.
ADO
- 在MFC种利用ADO进行数据库的处理,也可以用ODBC来做。-Use ADO in MFC to test the SQL.
MyClock
- 这是本人前不久刚用MFC做的时钟程序,能清楚显示画面的指针式时钟,在客户区还有同步时间显示。希望对初学者有所帮助-This is just not long ago I use MFC to do the clock procedures, to clearly display the Analog clock, customers at the district have synchronized time display. Want to be helpful for beginners
salesmanagement-MFC
- MFC做的商店销售管理系统,SQLSERVER数据库-MFC salesmanagement system.SQLSERVERdb
mfc-ado-sql
- 这是我在公司做的数据库外挂报表 对大家的学习很有帮助-This is what I do in the company' s database plug-in for everyone' s very helpful report
eTask
- mfc数据库访问、list,实现任务加入和删除和提醒,桌面停驻的小程序,用来做备忘的。-using mdb and list control to inform you of the task you noted.
StuManage
- 该程序为使用MFC结合ADO数据库编程技术而做的一个数据库操作程序。对于刚开始学习ADO技术的人来说比较用的的。-The program is a database operating procedures using MFC and ADO database programming techniques.It is useful for people just beginning to learn ADO technology.
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
CSock
- 用MFC做的回声程序,发什么数据就会接收到什么数据-Use the the MFC echo program, issued what data is received data
restaurant
- 利用数据库存储菜单各种信息 , 利用简单的MFC 做界面,实现简单的点菜系统。-Database storage menu and a variety of information, simple MFC interface, to achieve simple a la carte system.
Metro_Tool_GG
- 是一个对Excel文件进行操作的很好的一个实例, 是我做的一个项目, 具体文件不能给你, 代码你可以看看, 对研究MFC对Excel文件的各种操作很有帮助.-Good one instance of an Excel file operations, I' m doing a project specific files can not give you the code you can take a look at various operations research MFC Exce
MFCDB
- C++连接数据库有很多种方法,ODBC,ADO等等。我这里就采用了ADO的方法。 既然都涉及到数据库了,就直接做个带界面的吧。先打开VS2010,新建一个“MFC应用程序”,在里面记得选择“基于对话框”,因为这个比较简单,我就用这个举例了,其他的自己研究一下吧,然后一直下一步就可以了。-There are many ways C++ connect to the database, ODBC, ADO, etc.. I am here on the use of the method
MFC-
- 课程设计时候做的一个图书管理系统,实现了需要的基本功能。包括借阅管理,图书管理,学生管理,管理员管理等-Curriculum design do when a library management system, to achieve the required basic functions. Including loan management, library management, student management, administrators and management
MysqlTest.7z
- 重点:下载之后吧后缀zip删除,改为.7z 本人做的关于MFC和mysql的一个小测试,功能:用mysql的API链接数据库(因为每个人的数据库不一样,需要修改里面的数据库方面的代码),实现了增删改查基本功能。在改和删之前需要点击你要删的那条数据的id号。而且,改我只实现了改第二列的数据(name). 用户可以自行修改代码实现其他的功能。(A small test, about MFC and MySQL I do function: MySQL API link to the databa