代码搜索:TADOQuery
找到约 2,205 项符合「TADOQuery」的源代码
代码结果 2,205
www.eeworm.com/read/304128/13799884
~dfm dm.~dfm
object DataModule1: TDataModule1
OldCreateOrder = False
OnCreate = DataModuleCreate
Left = 275
Top = 211
Height = 304
Width = 501
object ADOCON: TADOConnection
LoginPrompt =
www.eeworm.com/read/303750/13809776
dfm md.dfm
object DataMd: TDataMd
OldCreateOrder = False
OnCreate = DataModuleCreate
Left = 295
Top = 251
Height = 311
Width = 477
object ADOConnection1: TADOConnection
ConnectionString
www.eeworm.com/read/302876/13825523
pas unitmessagedbase.pas
{消息中转服务器 Build 2003-12-05 Builder Erice}
unit Unitmessagedbase;
{$WARN SYMBOL_PLATFORM OFF}
interface
uses
Windows, Messages, SysUtils, Classes, ComServ, ComObj, VCLCom, DataBkr,
DBCl
www.eeworm.com/read/302576/13831796
pas data.pas
unit data;
{$WARN SYMBOL_PLATFORM OFF}
interface
uses
Windows, Messages, SysUtils, Classes, ComServ, ComObj, VCLCom, DataBkr,
DBClient, server_TLB, StdVcl, DB, ADODB, Provider,dialogs;
www.eeworm.com/read/238478/13883898
~pas datamodule.~pas
unit DataModule;
interface
uses
SysUtils, Classes, DB, ADODB;
type
TDM1 = class(TDataModule)
ADOCON: TADOConnection;
ADOQuery1: TADOQuery;
DS1: TDataSource;
private
www.eeworm.com/read/141328/5770141
pas dmypgl_.pas
unit DMypgl_;
interface
uses
SysUtils, Classes, DB, ADODB;
type
TDMypgl = class(TDataModule)
ADOCypgl: TADOConnection;
ADOTypgl: TADOTable;
DSypgl: TDataSource;
ADOT
www.eeworm.com/read/131374/5929800
dfm dm.dfm
object MyDM: TMyDM
OldCreateOrder = False
OnCreate = DataModuleCreate
Left = 260
Top = 169
Height = 462
Width = 550
object CustQuery: TADOQuery
Connection = ADOConnection1
www.eeworm.com/read/131374/5929816
~dfm dm.~dfm
object MyDM: TMyDM
OldCreateOrder = False
OnCreate = DataModuleCreate
Left = 260
Top = 169
Height = 462
Width = 550
object CustQuery: TADOQuery
Connection = ADOConnection1
www.eeworm.com/read/392257/6335190
dfm md.dfm
object DataMd: TDataMd
OldCreateOrder = False
OnCreate = DataModuleCreate
Left = 295
Top = 251
Height = 311
Width = 477
object ADOConnection1: TADOConnection
ConnectionString
www.eeworm.com/read/280673/6341486
pas sdsdf.pas
unit sdsdf;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, Buttons, DB, Grids, DBGridEh, ADODB;
type
TForm1 = class(TFor