代码搜索:TADOQuery
找到约 2,205 项符合「TADOQuery」的源代码
代码结果 2,205
www.eeworm.com/read/133248/14050350
h unit11.h
//---------------------------------------------------------------------------
#ifndef Unit11H
#define Unit11H
//---------------------------------------------------------------------------
#inclu
www.eeworm.com/read/133248/14050457
~h unit11.~h
//---------------------------------------------------------------------------
#ifndef Unit11H
#define Unit11H
//---------------------------------------------------------------------------
#inclu
www.eeworm.com/read/132967/14064602
pas data_1.pas
unit data_1;
interface
uses
SysUtils, Classes, DB, ADODB, FR_DSet, FR_DBSet, FR_Class;
type
TData1 = class(TDataModule)
database1: TADOConnection;
ado_tab: TADOQuery;
ado
www.eeworm.com/read/132464/14089173
pas ubclass.pas
unit UBClass;
interface
uses
ADODB, UPublic, StdCtrls, SysUtils, Dialogs, ComCtrls;
type
TStudent = class(TObject)
private
_ID, _Name, _Sex, _NP, _Class, _Dept: string;
_BDate:
www.eeworm.com/read/132372/14091792
pas u_dm.pas
unit U_DM;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
ADODB, Db,Gys_Kh_TLB, ComObj, ImgList;
type
TDM = class(TDataModule)
ADOTable
www.eeworm.com/read/132372/14092175
dfm usel_person.dfm
inherited frmSel_Person: TfrmSel_Person
Left = 211
Top = 185
Caption = '人员选择'
OldCreateOrder = True
PixelsPerInch = 96
TextHeight = 12
inherited Panel2: TPanel
inherited DBGr
www.eeworm.com/read/132372/14092399
pas uaccept.pas
unit uAccept;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
Grids, DBGrids, ComCtrls, StdCtrls, Buttons, ExtCtrls, ADODB, Db, Mask,
DBCtrls,Me
www.eeworm.com/read/132372/14092414
~pas u_dm.~pas
unit U_DM;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
ADODB, Db,Gys_Kh_TLB, ComObj, ImgList;
type
TDM = class(TDataModule)
ADOTable
www.eeworm.com/read/132372/14092485
dfm usel_kh.dfm
inherited frmSel_Kh: TfrmSel_Kh
Left = 203
Caption = '客户选择'
OldCreateOrder = True
PixelsPerInch = 96
TextHeight = 12
inherited Panel2: TPanel
inherited DBGridEh1: TDBGridEh
www.eeworm.com/read/132372/14092702
~dfm u_dm.~dfm
object DM: TDM
OldCreateOrder = False
Left = 65530
Top = 59
Height = 420
Width = 792
object ADOTableFHP: TADOTable
Connection = ADOConnection
CursorType = ctStatic
Tab