资源列表
Market_Invoicing_System
- 一个SQL数据库的使用例子,比较完整的会员制商场进销存系统源码-Example of the use of a SQL database, complete membership malls Invoicing System source code
records_management
- 一个学生档案管理的程序,运用了access数据库的读取与编辑的知识-A student records management program, the use of the access database editor and reader knowledge
Ex_student
- 数据库的操作,可以添加,删除,更改,可实现学生的信息管理-The operation of the database, you can add, delete, change, can realize the information management of students
VB6.0AutoNumbering(Year-P-figures)
- VB6.0连接数据库以年份+数字实现自动编号,通过的功能:空记录自动判断,年份改变后自动从新年份的001分编号开始。-VB6.0 to connect to the database to Year+ figures of automatic numbering, by the function: empty records automatically determine, the Year change automatically from the new year 001 Number in
ysf
- 基于神舟数码易助ERP的结构上二次开了订单和应收款报表,主要技术Pb动态创建数据窗口。-Easy to help ERP structure Shenzhou Digital secondary open orders and receivables report, the main technical Pb dynamically created data window.
AdoSurport
- 用来方便访问数据库的类。采用的是ADO的方式-Used to facilitate access to the database class. ADO way
rlzy
- 人事薪资系统 包括自定义薪资公式 Delphi 开发-Delphi development personnel payroll systems including custom payroll formula
cc
- vf学生成绩管理系统 查询,插入,删除,报表,统计,排序-the vf student management system
01
- 此文件为源代码,经过多次验证可行。将代码输入lingo就可以运行-Immune algorithm to solve the maximum clique problem source code of this file, feasible after several validation. Matlab code input can run.
TCP_ODBC
- 网络通信兼数据库程序,可以将接收到的网络内容存入MySQL数据库.并且在程序中可以对数据库进行操作.-Network communication and database programs , received web content can be stored in the MySQL database and the database program .
SMS
- 一款简单的仓库储存预警管理系统,可以用作毕业设计;使用Delphi7+Sqlserver2000进行开发,里面包含了完整的数据库文件,使用说明文档等,完美运行;技术内容主要为数据库编程开发-Early warning of a simple warehouse storage management system, can be used as a graduation project the development with Delphi7+Sqlserver2000, which conta
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