-
sniffer
第十二章:发布数据库系统,InstallShield这一常用的打包工具,讲解软件打包
发布的过程。
第十三章:用户登录功能模块,应用了ODBC访问数据库的技术,使用最基本的查询语句。
第十四章:用户信息管理模块,应用了ODBC访问数据库的技术,用CRecordset对象做
为操作数据库的手段,并运用增删改查的数据库常用查询语句。
第十五章:网页浏览和网址限制功能模块,利用数据库中的网址记录,通过查询匹配
限制用户对某些特定网址的访问,并作访问记录,主要应用DAO方式访问数据库的技术,
CDaoRecordSet对象做为操作数据库的手段,并灵活运用了多种SQL查询语句。
第十六章: 住户管理系统,主要用了OLE DB操纵数据库的手段。
第十七章:物流单据管理模块,主要用了ADO对象操纵数据库的技术手段。
第十八章:研究生信息管理系统,主要用了ADO对象操纵数据库的技术手段,并在使用
ADO的技术中灵活运用了OLE DB的数据库连接操纵方法、多条SQL查询语句、控件Combo
Box与ActiveX控件ADO Data Control和DataGrid Control。
全部是vc6.0编写
(Chapter 12: publication database system, InstallShield package that commonly used tools to explain the process of publishing software package. Chapter 13: user login function module, the application of the ODBC database access technology, using the most basic query. Chapter 14: User information management module, the application of the ODBC database access technology, using CRecordset object as a means to manipulate the database, and use common CRUD database query. Chapter 15: Web browsing and URL restriction function module, using the URL database records, all vc6.0 prepared)
- 2013-06-24 15:49:10下载
- 积分:1
-
daoeg
一个使用DAO的例子(An example of the use of DAO)
- 2003-09-07 12:21:08下载
- 积分: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
-
ConnDatabase
数据库连接 ado sqlserver 用C++程序书写 累了我一天 娘的(C++ learning materials as long as the processing of C++ programming ADO SQLSERVER database connection)
- 2014-04-04 16:51:01下载
- 积分:1
-
20105610477041
说明: VC++ 通过ODBC读写Excel文件 资源类别:
VC源码¦数据库 (VC++ to read and write Excel files via ODBC resource categories: VC database source ¦ )
- 2011-03-30 21:41:47下载
- 积分:1
-
boyishu
博弈树,是数据库课程中非常重要的一个编程程序。里面的编程思想非常适合初学者(Game tree, which is the database course a very important programming procedures. Inside the programming ideas for beginners)
- 2013-03-23 10:03:42下载
- 积分:1
-
MFCwarehouse-management
MFC与数据库结合,实现简单的仓库管理。(MFC conjunction with the database, a simple warehouse management.)
- 2013-11-16 21:57:59下载
- 积分:1
-
VFP
VFP数据库继承了以往传统数据库的优点,是采用了面向对象的程序设计思想和可视化的编程工具,操作简单、易学,极大的方便了软件的开发。人们在使用它作为开发工具时,可以高效的开发出全新的可视化图形界面应用程序。(VFP database inherits the advantages of traditional databases, is the use of object-oriented program design and visual programming tools, simple operation, easy to learn, which greatly facilitates the software development. People use it as a development tool, you can efficiently develop a new visual GUI applications.)
- 2013-08-30 16:02:33下载
- 积分:1
-
EX_Database01
说明: 这是一个数据库访问技术方面的程序,是基于ODBC技术的数据库访问,显示数据库表中的所有记录。(This is a database access technical aspects of the procedure is based on ODBC database access technology, the database shows the table all records.)
- 2006-03-21 11:54:54下载
- 积分:1
-
2
说明: 本次课程设计的任务是:针对学院的计算机系本科课程,根据课程之间的依赖关系,制定课程安排计划,并满足各学期课程数日大致相同。按照用户输入的课程数,学期数,课程间的先后关系数目以及课程间两两间的先后关系,程序执行后会给出每学期应学的课程。
(1) 输入的形式和输入值的范围:输入间用空格隔开。要求用户输入的课程数小于20,学期数小于或是等于8,课程名的长度小于等于10个字符。
(2) 程序所能达到的功能:按照用户的输入,给出每学期应学的课程。
(The task of curriculum design are: for the Institute of Computer Science undergraduate courses, according to the dependencies between programs to develop curriculum plans and meet a few days each semester or less the same. In accordance with the user to enter the course number, semester the number of the sequence of the relationship between the number of courses and course sequence of 22 inter-relationships, program execution is given after each semester should learn. (1) input in the form of and input value range: Enter the rooms separated by a space. Requires the user to enter the course number is less than 20, the number is less than or equal to 8 semester courses were less than or equal to the length of 10 characters. (2) program can achieve the function: In accordance with the user' s input, is given each semester to be science courses.)
- 2009-12-25 00:18:04下载
- 积分:1