代码搜索:connectionString

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

代码结果 2,829
www.eeworm.com/read/492942/6414561

bas mdl_pblic.bas

Attribute VB_Name = "Mdl_Pblic" '公共模块中定义全局变量 '定义用于连接数据库的全局ADO对象连接 Public DBCn As New ADODB.Connection '定义全局字符串变量,用于传递ADO连接字符创, '设置各窗体中ADODC控件的ConnectionString 属性 Public CnStr As String
www.eeworm.com/read/260883/11690254

asp conn.asp

www.eeworm.com/read/256232/12012269

bas module1.bas

Attribute VB_Name = "Module1" Public cn_c As ADODB.Connection Public rs_c As ADODB.Recordset Public nam As String Public Sub gy_load() Set cn_c = New ADODB.Connection Set rs_c = New ADODB.Record
www.eeworm.com/read/125709/14469879

txt 系统使用说明.txt

1、确保服务器上安装了IIS、SQL Server和.net framework(win2003系统已经自带.net farmework,不用再安装) 2、把商城文件复制到IIS设的虚拟目录中,并在IIS中建立应用程序 3、安装数据库文件,数据库文件放在Data文件夹中,文件名为:SxShop_Data.MDF(日记文件为QuickTouch_Log.LDF),附加这个数据库文件就可以
www.eeworm.com/read/217042/14981280

dfm datamodual.dfm

object DataModule1: TDataModule1 OldCreateOrder = False Left = 241 Top = 156 Height = 477 Width = 702 object connOracle: TADOConnection ConnectionString = 'Provider=MSDA
www.eeworm.com/read/208710/15238932

bas mdl_pblic.bas

Attribute VB_Name = "Mdl_Pblic" '公共模块中定义全局变量 '定义用于连接数据库的全局ADO对象连接 Public DBCn As New ADODB.Connection '定义全局字符串变量,用于传递ADO连接字符创, '设置各窗体中ADODC控件的ConnectionString 属性 Public CnStr As String
www.eeworm.com/read/159905/5578077

config web.config

www.eeworm.com/read/155070/5629770

cs productsdb.cs

using System; using System.Data; using System.Data.SqlClient; namespace IBuyAdventure { public class ProductsDB { string m_ConnectionString; public ProductsDB( string ds
www.eeworm.com/read/155067/5630195

cs productsdb.cs

using System; using System.Data; using System.Data.SqlClient; namespace IBuyAdventure { public class ProductsDB { string m_ConnectionString; public ProductsDB( string ds