代码搜索:connectionString
找到约 2,829 项符合「connectionString」的源代码
代码结果 2,829
www.eeworm.com/read/282326/9101223
~dfm dataconut.~dfm
object DataFm: TDataFm
OldCreateOrder = False
OnCreate = DataModuleCreate
Left = 277
Top = 260
Height = 150
Width = 215
object datacon: TADOConnection
ConnectionString =
www.eeworm.com/read/282326/9101339
dfm dataconut.dfm
object DataFm: TDataFm
OldCreateOrder = False
OnCreate = DataModuleCreate
Left = 277
Top = 260
Height = 150
Width = 215
object datacon: TADOConnection
ConnectionString =
www.eeworm.com/read/183492/9157120
dfm unit1.dfm
object Form1: TForm1
Left = 279
Top = 205
Width = 544
Height = 375
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height =
www.eeworm.com/read/183492/9157158
pas wndbreg.pas
unit WNDBReg;
interface
uses
Windows, Messages, AdoConEd, SysUtils, WNADOCQuery,
DesignEditors, Classes, Graphics, Controls, Forms, Dialogs;
type
TConnectStringProperty = class;
TCo
www.eeworm.com/read/380095/9164942
dfm dm.dfm
object DataModule2: TDataModule2
OldCreateOrder = False
OnCreate = DataModuleCreate
OnDestroy = DataModuleDestroy
Left = 29
Top = 194
Height = 150
Width = 215
object ADOConnect
www.eeworm.com/read/182824/9190221
txt access数据库的连接.txt
ADOQuery1.ConnectionString := 'Provider=Microsoft.Jet.OLEDB.4.0;Data Source='+ ExtractFilePath(Application.ExeName)+ 'Database\database.mdb' +';Persist Security Info=False';
www.eeworm.com/read/378649/9220334
cs snwebservice.cs
using System;
using System.Web;
using System.Collections;
using System.Web.Services;
using System.Web.Services.Protocols;
using System.Web.Script.Services;
using System.Collections.Generic;
us
www.eeworm.com/read/181926/9225524
~pas untdmappmdi.~pas
unit UntDMAppMDI;
interface
uses
SysUtils, Classes, DB,Forms, ADODB;
type
TDM = class(TDataModule)
ADOConnection: TADOConnection;
procedure DataModuleCreate(Sender: TObject);