代码搜索:TADOQuery
找到约 2,205 项符合「TADOQuery」的源代码
代码结果 2,205
www.eeworm.com/read/227445/14424875
dfm mydata.dfm
object dm: Tdm
OldCreateOrder = False
Left = 263
Top = 17
Height = 505
Width = 886
object AQCustName: TADOQuery
Connection = ADOConn
CursorType = ctStatic
Parameters =
www.eeworm.com/read/226952/14445677
dfm udm.dfm
object DM: TDM
OldCreateOrder = False
OnCreate = DataModuleCreate
Left = 413
Top = 184
Height = 224
Width = 345
object ADOQProject: TADOQuery
CursorType = ctStatic
Befor
www.eeworm.com/read/226952/14445688
h udm.h
//---------------------------------------------------------------------------
#ifndef UDMH
#define UDMH
//---------------------------------------------------------------------------
#include
www.eeworm.com/read/226454/14466983
h midbase.h
//---------------------------------------------------------------------------
#ifndef MidBaseH
#define MidBaseH
#include
#include
#include
//--------------------
www.eeworm.com/read/226454/14468402
h clientmgr.h
//---------------------------------------------------------------------------
#ifndef ClientMgrH
#define ClientMgrH
//---------------------------------------------------------------------------
www.eeworm.com/read/226383/14478267
pas u_data.pas
unit U_data;
interface
uses
Windows, Messages,SysUtils, Classes, DB, Forms, ADODB;
type
TDataM = class(TDataModule)
ADOConnection1: TADOConnection;
ADOT_Command: TADOTable;
www.eeworm.com/read/125517/14489088
pas f_dm.pas
unit F_DM;
interface
uses
SysUtils, Classes, DB, ADODB,windows,
Messages, Variants, Graphics, Controls, Forms,
Dialogs, StdCtrls, Buttons;
type
TDM = class(TDataModule)
AD
www.eeworm.com/read/125517/14489117
dfm u_dengji.dfm
object Form_dengji: TForm_dengji
Left = -2
Top = 30
Width = 793
Height = 514
Caption = #31561#32423#20851#31995#34920
Color = clMoneyGreen
Font.Charset = DEFAULT_CHARSET
Font.C
www.eeworm.com/read/125517/14489131
dfm f_dm.dfm
object DM: TDM
OldCreateOrder = False
OnCreate = DataModuleCreate
Left = 219
Top = 107
Height = 275
Width = 409
object ADOConn: TADOConnection
ConnectionString = 'Provider=Mi
www.eeworm.com/read/125517/14489136
pas u_dengji.pas
{$A+,B-,C+,D+,E-,F-,G+,H+,I+,J-,K-,L+,M-,N+,O+,P+,Q-,R-,S-,T-,U-,V+,W-,X+,Y+,Z1}
{$MINSTACKSIZE $00004000}
{$MAXSTACKSIZE $00100000}
{$IMAGEBASE $00400000}
{$APPTYPE GUI}
unit U_dengji;
interf