代码搜索:connectionString
找到约 2,829 项符合「connectionString」的源代码
代码结果 2,829
www.eeworm.com/read/309794/13664413
bas publicvar.bas
Attribute VB_Name = "PublicVar"
Public LoginSucceeded As Boolean '用户登录标志
Public UserID As String '用户ID
Public ConnectionString As String '数据库连接字符串
www.eeworm.com/read/301005/13871063
pas wxp_dm.pas
unit wxp_dm;
interface
uses
SysUtils, Classes, DB, DBTables, Windows, ADODB,Registry;
type
Tdm_wxp = class(TDataModule)
ADOConnection1: TADOConnection;
ADOQuery1: TADOQuery;
www.eeworm.com/read/476790/6750811
pas ado_qimport3access.pas
unit ADO_QImport3Access;
{$I QImport3VerCtrl.Inc}
interface
uses Classes, QImport3, ADODb, DB, QImport3StrTypes, IniFiles;
type
TQImportAccessSourceType = (isTable, isSQL);
TADO_QI
www.eeworm.com/read/404642/11480895
dfm mainform.dfm
object main: Tmain
Left = 169
Top = 102
Width = 760
Height = 600
Caption = #36130#21153#31649#29702#31995#32479
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = cl
www.eeworm.com/read/404642/11480914
~dfm mainform.~dfm
object main: Tmain
Left = 216
Top = 326
Width = 760
Height = 600
Caption = #36130#21153#31649#29702#31995#32479
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = cl
www.eeworm.com/read/400603/11572130
bas mdlcommon.bas
Attribute VB_Name = "mdlCommon"
Option Explicit
Public Sub OpenTable(pAdo As Adodc, pRecordSource As String) '打开一个表,得到一个数据集
With pAdo
.ConnectionString = "dsn=hotel"
.Comman
www.eeworm.com/read/260897/11688959
pas ado_qimport2access.pas
unit ADO_QImport2Access;
{$I VerCtrl.inc}
interface
uses Classes, QImport2, ADODb;
type
TQImportAccessSourceType = (isTable, isSQL);
TADO_QImport2Access = class(TQImport2)
priva
www.eeworm.com/read/152103/12139370
dfm mainform.dfm
object main: Tmain
Left = 169
Top = 102
Width = 760
Height = 600
Caption = #36130#21153#31649#29702#31995#32479
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = cl
www.eeworm.com/read/152103/12139418
~dfm mainform.~dfm
object main: Tmain
Left = 216
Top = 326
Width = 760
Height = 600
Caption = #36130#21153#31649#29702#31995#32479
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = cl
www.eeworm.com/read/222666/14680349
bas declearation.bas
Attribute VB_Name = "Declearation"
'保存执行SQL语句的字符串
Public SqlStmt As String
'服务器名称
Public ServerName As String
'读取表中列值的变量
Public ColVal As String
'保存药品入库信息
'Public Import As New Durg_import
'保