搜索资源列表
Shequ_Mis
- 主要技术: 1.对常见控件的使用(如:TStrings、TStringList、Tlist) 2.数据库链接:常见的数据访问技术(ADO技术,BDE技术) TadoConnection(数据链接)/TadoQuery(数据集)控件, TDataModule数据模块使用, 读取配置文件 3.事件驱动编程: 窗体事件(OnActivate,OnCreate,OnShow)键盘事件(KeyPress),鼠标事件(MouseMove),定时事件(Timer) 4.动态生成组件
Scan
- 本程序主要实现了动态获取多个共享ACCESS数据库数据的功能,采用控件数组的方式,动态创建TADOConnection,然后建立连接。查询时遍历所有的TADOConnection。-This procedure mainly realize dynamic access to a number of shared data in ACCESS database using the control array approach, the dynamic creation of TADOConnec
Shape
- TITLE: SHAPE DEscr iptION: This example implements a master/detail relationship between two datasets using the ADO components. DEMONSTRATES: TADODataSet, TADOConnection, TDataSource, TDBGrid, TButton, TEdit, TLabel, TButton O
kkk
- 基于决策支持系统的 DELPHI编程的小结-unit Unit3 interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, Menus, DB, ADODB, jpeg, ExtCtrls type TForm3 = class(TForm) MainMenu1: TMainMenu
LOGIN
- Login TADOConnection (Delphi7)
ConnectionPool
- An Ado Connection Pool to use with Delphi 7