代码搜索:TADOQuery

找到约 2,205 项符合「TADOQuery」的源代码

代码结果 2,205
www.eeworm.com/read/272831/10942087

dfm frmdata.dfm

object DataModule1: TDataModule1 OldCreateOrder = False Left = 333 Top = 287 Height = 150 Width = 215 object ADOCon: TADOConnection LoginPrompt = False Provider = 'SQLOLEDB
www.eeworm.com/read/272756/10945773

dfm dm.dfm

object fdm: Tfdm OldCreateOrder = False OnCreate = DataModuleCreate Left = 509 Top = 164 Height = 455 Width = 532 object conn: TADOConnection Left = 32 Top = 10 end
www.eeworm.com/read/272756/10945831

pas dm.pas

unit dm; interface uses Forms, SysUtils, Classes, DB, ADODB, IniFiles; type Tfdm = class(TDataModule) conn: TADOConnection; q: TADOQuery; tuser: TADOTable; dsuser: T
www.eeworm.com/read/272679/10948946

dfm dm.dfm

object frmDM: TfrmDM OldCreateOrder = False OnCreate = DataModuleCreate Left = 543 Top = 248 Height = 338 Width = 443 object Con: TADOConnection ConnectionString = 'P
www.eeworm.com/read/272679/10949030

h dm.h

//--------------------------------------------------------------------------- #ifndef DMH #define DMH //--------------------------------------------------------------------------- #include
www.eeworm.com/read/417992/10969094

dfm data_dl.dfm

object DL_Data: TDL_Data OldCreateOrder = False OnCreate = DataModuleCreate OnDestroy = DataModuleDestroy Left = 147 Top = 110 Height = 249 Width = 353 object check_Prov: TData
www.eeworm.com/read/417992/10969178

~dfm data_dl.~dfm

object DL_Data: TDL_Data OldCreateOrder = False OnCreate = DataModuleCreate OnDestroy = DataModuleDestroy Left = 147 Top = 110 Height = 249 Width = 353 object check_Prov: TData
www.eeworm.com/read/417303/10996252

pas control_studentu.pas

unit Control_StudentU; interface uses DAHelper,ClassesU,ADODB,SysUtils; //添加学生信息 function AddStudent(Student:TStudent):boolean; //修改学生信息 function EditStudent(Student:TStudent;stdNo:string):boo
www.eeworm.com/read/417303/10996258

~pas control_evaluationu.~pas

unit Control_evaluationU; interface uses DAHelper,ClassesU,ADODB,SysUtils; //添加奖惩信息 function AddEvaluation(Evaluation:TEvaluation):boolean; //修改奖惩信息 function EditEvaluation(Evaluation:TEvaluat
www.eeworm.com/read/417303/10996282

~pas control_studentu.~pas

unit Control_StudentU; interface uses DAHelper,ClassesU,ADODB,SysUtils; //添加学生信息 function AddStudent(Student:TStudent):boolean; //修改学生信息 function EditStudent(Student:TStudent;stdNo:string):boo