代码搜索:connectionString

找到约 2,829 项符合「connectionString」的源代码

代码结果 2,829
www.eeworm.com/read/153140/12056378

~dfm dm.~dfm

object dmfrm: Tdmfrm OldCreateOrder = False Left = 508 Top = 187 Height = 152 Width = 169 object ds_MSg: TDataSource DataSet = Table_MSG Left = 20 Top = 8 end ob
www.eeworm.com/read/341359/12089951

config app.config

www.eeworm.com/read/152612/12097774

~dfm unit4.~dfm

object Form1: TForm1 Left = 192 Top = 107 Width = 696 Height = 480 Caption = 'ADOCommand'#21644'ADOQuery'#25511#20214#31034#20363 Color = clBtnFace Font.Charset = DEFAULT_CHARSET
www.eeworm.com/read/152612/12097806

dfm unit4.dfm

object Form1: TForm1 Left = 192 Top = 107 Width = 696 Height = 480 Caption = 'ADOCommand'#21644'ADOQuery'#25511#20214#31034#20363 Color = clBtnFace Font.Charset = DEFAULT_CHARSET
www.eeworm.com/read/254605/12127784

asa global.asa

Sub Application_OnStart Application("Connection2_ConnectionString") = "DRIVER=SQL Server;SERVER=localhos
www.eeworm.com/read/339870/12199778

~dfm data.~dfm

object d: Td OldCreateOrder = False Left = 357 Top = 208 Height = 150 Width = 215 object ado1: TADOConnection ConnectionString = 'Provider=Microsoft.Jet.OLEDB.4.0;Data S
www.eeworm.com/read/339870/12199816

dfm data.dfm

object d: Td OldCreateOrder = False Left = 357 Top = 208 Height = 150 Width = 215 object ado1: TADOConnection ConnectionString = 'Provider=Microsoft.Jet.OLEDB.4.0;Data S
www.eeworm.com/read/151211/12228714

txt 142.txt

在运行时修改DataEnvironment的连接字符串 跟随VB6一起发布的数据环境(DataEnvironment)大大简化了有关数据库程序的设计工作。为了能和你的数据库相连,在设计时,通常需要事先定义数据环境的连接字符串(Connection String)。但在发布你的应用程序时,或在运行你的程序过程中,你可能需要改变事先定义好的连接字符串。实现它的最简单的方法就是利用数据环境 ...