资源列表
database
- 数据库课程设计,参照《数据库系统概念》书上的银行系统设计。采用 CDHtmlDialog 设计界面。-Database, curriculum design, the reference " database system concept" book on the banking system design. Using CDHtmlDialog design interface.
caiwugl
- 完整的财务管理系统,大学本科课程设计,代码加文档,C++开发-Complete financial management system, undergraduate curriculum design, code plus documentation, C++ Development
Access
- ACCESS SQL 查询分析器安装文件,希望对大家的ACCESS开发有所帮助。-ACCESS SQL Query Analyzer installation file, want to help our ACCESS development.
report
- 用于生产报表查询,数据库访问演示程序,使用VB 数据套件-Report for produceline,demo for accessing database
daizulvboqi
- 带阻滤波器的实现,中心频率200HZ,带宽150HZ,来实现的-The realization of band-stop filter
200410182244382119
- 仓库管理,入库管理,出库管理,报表打印,人员信息,增加,删除,修改功能-Warehouse management, warehousing management, and a database management, report printing, personnel information, add, delete, modify the function
caigouxinxi
- 采购信息管理软件,是我一个月的成果,来和大家分享!!希望大家喜欢-Procurement information management software, the results of my month, to share with you all! ! Hope everyone likes
Shopping
- 此文件为网上书城 用的技术为sturts1,javabean,servlet 所用的数据库为:mysql 主要功能是:对图书网的图书进行管理 代码中有详细的注释,使用者可以放心使用 -This file is the technology used for online Bookstore for sturts1, javabean, servlet used by the database: mysql main functions are: network, librar
odx.1.6.1
- A source code of oldb database
OciWrapSample
- 在VC++中通过OCI接口访问Oracle数据库,查询,修改,删除记录-Oracle Call Interface-Programmer s Guide
ASTGTest
- 本文主要初步介绍在VC6环境下利用CADO class,datagrid分页显示数据。 1、用VC操作数据库是非常麻烦的,网上关于VC下利用ADO和datagrid操作数据库的教程也很多,但无非是相互抄袭。 2、ADO使用起来麻烦,然而一个老外写的ADO Classes我感觉还是挺好用的。包括两个文件ado2.h和ado2.cpp,而网上关于使用这个类进行ADO数据库操作的文章不多。 3、VC6.0下的datagrid貌似没有.net的那么强大,也没有VB6那么好用。连分页都显得麻烦
MultiCombobox
- 应链数据库编程时,常要通过下拉列表框选取某物料编码,然后在另编辑框显示物料名称 但时实际上很多时候,操作员是通过名称识别物料的,如果组合列表框只显示编码,不好操作的,所以本例通过一种简单方法,实现一个组合框显示两个字段数据,编码和名称,这示例没有通记录集存储数据,而是通过数组,想了好久觉得这种方法简单,又不要增加什么编码,也不用新增CLASS.(这样实现了Access 中VBA组合框的功能类似)-this is CComboBox ctrl uses