搜索资源列表
studentdocgl
- 本系统采用delphi+access+ado实现移植性强!主要功能:数据库自动生成,自动创建数据表,数据导出功能等,采用本系统不须任何其他配置 -delphi access ado migrating strong! The main functions : automatic generation database, automatically create data tables, data export capabilities, and uses the system not be
pro_helper
- cj60lib界面库 ado数据库编程调试代码必须装有cj60lib界面扩展库 cj60lib的使用方法参看有关文档 不知道是不是我的cj60lib出问题,release版的动态链接会提示出错,静态链接还可以,动态链接时必须复制CJ60Libd.dll到当前目录中 所用数据库为access数据库,格式参看自带的vc.mdb(注:数据库datastab表中第一条记录即id为1的记录是为了防止数据库为空,运行时不会显示,还有另一个原因防止主题中记录为空,在程序中可以看出来)
jingcaibiancheng4
- 精彩编程百例75~100 其中有媒体播放器 SQL语言编辑器 ADO方法连接多个数据库 用户密码验证系统 获取Man地址 信史服务 ping命令等待 -exciting programming 100 cases of which 75 to 100 media player SQL editor ADO connecting multiple methods database users access password verification system addresses Man m
vc_jiqiaoshili_part10_11_12
- Visual.C++程序设计技巧与实例--配套光盘 第10章 ACITVEX 本章共有两个实例: 1. RegActiveX编程注册ActiveX控件 2. PJ牌九ActiveX控件制作实例 第11章 调试技术 本章共有两个实例: 1. ConsoleTrace在控制台程序中使用TRACE宏 2. MemLeakCheck内存泄漏的例子 第12章 VC数据库编程 本章共6个实例: 1. MyOdbcSample使用ODBC访问数据库 2. MyO
gzglxt
- 工资管理系统的代码实例,系统采用ADO连接Access数据库,可直接运行。
80例上手Delphi7编程_07数据库应用
- 1.Session获取BDE信息 2.可视化创建数据表格 3.SQL语句的使用 4.“一对多表”的设计 5.文本和数据记录的转换 6.ADO的网络调用 7.多媒体数据库的使用 8.IntraWeb技术的实现 9.Rave报表的数据库使用 10.决策图的使用-1.Session access to information BDE 2. Visualization create data tables 3.SQL expressions 4. The "one-to-many table,
02
- VB语言开发的一个小程序,ADO访问Access数据库,-VB language development of a small program, ADO access to Access database
delphishop_src
- 这是我的第一个delphi数据库系统,系统是一个全部采用ado技术连接access数据库所以只要保持数据库文件(date)与执行程序(super.exe)的相对位置便可以直接运行,可以给初学者一个参考-This is my first delphi database system, the system is a technology to connect all the access database using ado to keep it as long as the database f
SUPERMARKET
- 本例在设计时采用了ADO.net访问数据库的技术,前台用VB.net2008作为开发工具,后台数据库采用了SQL server2005,然后通过前台对各项数据进行日常操作-In this case were used in the design of ADO.net database access technology, the future use VB.net2008 as development tools, back-end database using SQL server2005,
ExcelToAccess(ADO)
- dephi中怎么利用ADO对Excel数据操作,并保存到Access数据库-dephi in how to use ADO for Excel data manipulation, and saved to the Access database
ado-connect-access
- delphi中的利用ado链接access,程序包括数据库和代码的实现方式-delphi using ado links in the access, including database and code procedures are implemented
code
- 这是我公司的出门证开票系统,运用人ADO技术访问ACCESS数据库,还有对针式打印机的控制,在数据库的操纵中使用SQL语言,下载后直接编译即可运行,不需要设置ODBC数据源,主框架程序是在对话框的框架下的程序,统计类是在单文档的的环境中编程的,在单文档的编程中,有屏幕到打印的映射,这到是有很多值得去看的,-This is my go card company' s billing system, using ADO technology to access ACCESS database
yuyue
- 用DELPHI做的预约系统,可连接SQL2000和ACCESS库,数据库在DB文件里,使用控件有TREEVIEW,LISTVIEW,ADO等-DELPHI to do with booking system, can be connected to SQL2000 and ACCESS database, the database file in the DB, the use of control has TREEVIEW, LISTVIEW, ADO, etc.
Delphi
- delphi下的书籍资料管理系统,数据源为ADO,数据库是Access的。-delphi xia yun xing de shu ji zi liao guan li xi tong,shu ju yuan shi Access xia jian li de
Delphi-student-xinxiguanli
- 本文描述的是基于Windows环境的学生公寓管理系统,对学生公寓管理的需求进行了分析。本系统的主要功能包括:住宿人员的信息查询、出入登记、学生收费、以及对学生住宿情况的查询,可以更快地知道每个学生的住宿情况,使公寓的管理效率更高。系统的设计与开发采用服务器/客户机的系统结构模式,使用Delphi开发工具开发,应用SQL Server2000数据库管理系统,通过ADO连接数据库。-This article describes the Windows environment based on st
ADOkzAccesssjk
- 关于如何用ADO控制Access数据库的程序源码-Program source code on how to control the Access database with ADO
data
- ado连接access数据库,dbgrideh控件的用法-ado connection access the database, dbgrideh control usage
Delphi_access
- Delphi 用ADO检查Access数据库表是否存在字段,没有则动态增加该字段-Delphi ADO check Access database table exists field, there is no dynamic increase of the field
ADO
- VB通过UDL文件连接ACCESS数据库,并增加、等操作-The VB passes the UDL document conjunction ACCESS data
delphiadoquery
- Delphi ADO查询示例,练习使用ADODB连接access,并使用DBGrid显示数据的例子。程序可设置多个查询条件,支持模糊查询和不区分大小写的查询,学习Delphi与ADO数据库操作的实用例子。程序界面截图如上图所示,所需要的Access数据库文件已为您打包在里面。-Delphi ADO query example, practice using the ADODB connection access, and use the DBGrid display examples of da