▍1. Excel
说明: Excel 自动导入到数据库中,要按照格式来写(Excel automatically imported into the database, according to the format for writing)
说明: 该程序实现了对mdb数据库文件,用mfc来编写界面进行浏览。压缩文件里的StuInfo6.mdb为所给的数据库文件。 通过按钮控件可以将记录移动到第一条记录,最后一条记录以及上一条记录,下一条记录等等。(The program realized mdb database file to write the interface with mfc browsing. Compressed file in the StuInfo6.mdb for the given database file. Button controls can be recorded through the move to the first record, last record and previous record, next record and so on. )
说明: VC++ 通过ODBC读写Excel文件 资源类别: VC源码¦数据库 (VC++ to read and write Excel files via ODBC resource categories: VC database source ¦ )
说明: 了简化开发人员编写数据库应用程序,VC++的在其基础类库(MFC)里对ODBC API进行了封装,实现了一个面向对象的数据库编程接口,使VC++的数据库变得更加容易。 本章首先对MFC ODBC的概貌进行简要介绍,然后讲述利用MFC ODBC进行数据库开发的技巧,最后将通过具体数据库开发实例,详细讲述通过MFC ODBC开发数据库应用程序的方法和过程。(Simplify developers to write database applications, VC++ Class Library in its base (MFC) in the package on the ODBC API to achieve an object-oriented database programming interface, so that VC++ database easier. This chapter begins with an overview of the MFC ODBC brief introduction, then tell a story using MFC ODBC database development skills, and finally database development through specific examples, describe in detail through the MFC ODBC database application development methods and processes. )
说明: 当年的课题项目,项目中有详细的说明,Visual C++和Access,采用ado数据库连接技术(Then the subject of the project, the project is described in detail, Visual C++ and Access, using ado database connection technology)
VC/MFC ADO连接数据库,简单易用,且封装好了一个类.(VC/MFC ADO connect to the database, easy to use, and a wrapper class.)
该PDF文件主要是讲述数据库方面的应用知识,供大家学习交流.(This PDF document was the application of knowledge about the database for them to learn communication.)
课程设计课题。也是从网上找资料改进的。很好用。数据库用SQL server. (Course design issues. Also improved from the Internet to find information. Good use. Database with the SQL server.)
建立一个数据库,适合于初学MFC的人,还有窗口和对话框的建立。(Establish a database suitable for beginners who MFC, as well as the establishment of windows and dialog boxes.)
MFC基本实例实现连接数据库信息的录入修改删除功能(Basic examples were MFC connect to the database information input to modify delete function)
桂林电子科技大学的数据库课程的最后大作业,里面是一个学生选课系统的源码。(Guilin University of Electronic Science and Technology Database last great work, which is a class selection system source code.)
c++ 利用ADO操作数据库,供初学数据库编程的人参考(c++ to operate the database by ADO)
vb6.0实现智能疾病的诊断~vb6.0和access数据库联合开发
使用ODBC访问数据库,一则ODBC是直接封装在MFC库里面的,二则忙着考研没有时间学习dao。 ODBC和DAO用起来可能最大的区别就是ODBC使用之前得先建立数据源,根据不同的数据库,使用的参数也不同。具体请看在这之前的一片文章。里面有许多东西没有说,属于高级技巧性东西,得学你们自己摸索。(Using ODBC to access the database, an ODBC database directly encapsulated in the MFC inside, two busy Kaoyan no time to learn dao. ODBC and DAO can be at the biggest difference is that must be built before using ODBC data source, depending on the database, the parameters used are also different. Details, please read an article before this. There are many things not said, things are high skill, have to learn your own. )
书本管理系统,包含普通用户与管理员登录,书本信息查询,删除,修改,添加等功能。(Book management system, including the ordinary user and administrator login, books information search, delete, modify, add, and so on.)
ACCESS数据库解密程序源代码,可以直接运行,界面友好(ACCESS database decryption program source code, can run, user-friendly)
数据库开发的ado连接,包括存入图像,读取图像的方法,值得入门的学习下(Ado connection database development, including into the image, read the image, it is worth to study the entry)
1.基于数据库的升级,比FTP、HTTP模式,优点:在一台计算机上,多个不 同版本的程序可以同时使用,互不影响。不用另外配置FTP/HTTP服务器。 2.可自动压缩文件,然后上传,提高上传与下载速度.减轻基于数据库的升级 的速度问题. 3.支持一个数据库中多个模块同时使用. 4.支持一个模块有多个文件.(网上的只能一个文件), 你的软件最好为多个文件, 因为有的文件未改变,下载会跳过. 5.支持文件位置在不同的文件夹. 6.本“自动升级系统”,也可以自动升级(注:仅随新系统升级时升级!!!) 7.新程序上传到服务器为自动的,不需要人工上传。(网上的都得手工一个一个上传.) 8.新程序下载为自动的。(网上的也自动,但不强制下载,本程序强制下载.) 9.支持两个数据库中的该表同步: 可用于连锁系统, 总部升级, 分店都会自动 升级。(1. Based on the database upgrade, than FTP, HTTP mode, advantages: on one computer, many do not The same version of the program can be used independently of each other. Do not also configure FTP/HTTP server. 2. Can automatically compress files, then upload to improve upload and download speed. To reduce the upgrade based on database The speed. 3. To support a database of multiple modules simultaneously. 4. Support a module has more than one file. (Online only a file) Your software is best for multiple files, because some files are not changed, downloaded will be skipped. 5. Support the file location in a different folder. 6. The "automatic upgrade system" can also be automatically upgraded (Note: Only with the new system upgrade upgrade!!!) 7. The new program is uploaded to the server automatically, without manual uploads. (The Internet had to upload one by one by hand.) 8. The new download is automatic. (Also automatically online, but not mandatory download, download t)
数据库案例开发实例,经典的案例值得学习!(Case development database instance, the classic case is worth learning!)