代码搜索:connectionString

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

代码结果 2,829
www.eeworm.com/read/461939/7214156

asp conn.asp

www.eeworm.com/read/461939/7214209

asp conn.asp

www.eeworm.com/read/461885/7214975

config web.config

www.eeworm.com/read/461588/7223996

bas const.bas

Attribute VB_Name = "Const" Option Explicit '声明变量 Public Conn As New ADODB.Connection '声明并创建ADO Connection对象 Public CurLoginUserNo As String '保存当前登录的用户编号 Public CurLoginUserName As String '
www.eeworm.com/read/460926/7237490

txt sql_con.txt

Dim cn As ADODB.Connection Set cn = New Connection cn.ConnectionString = "Provider=SQLNCLI.1;Integrated Security=SSPI;" & _ "Persist Security Info=False;" & _ "AttachDBFil
www.eeworm.com/read/460389/7251869

dfm commonfrm.dfm

object frmCommon: TfrmCommon Left = 388 Top = 202 Width = 545 Height = 89 BorderIcons = [biSystemMenu] Caption = #39640#26657#27605#19994#29983#23601#19994#20449#24687#31649#29702#31
www.eeworm.com/read/460389/7251920

~dfm commonfrm.~dfm

object frmCommon: TfrmCommon Left = 388 Top = 202 Width = 545 Height = 89 BorderIcons = [biSystemMenu] Caption = #39640#26657#27605#19994#29983#23601#19994#20449#24687#31649#29702#31
www.eeworm.com/read/460389/7251930

~dfm adminman.~dfm

object frmAdmin: TfrmAdmin Left = 520 Top = 172 Width = 236 Height = 164 BorderIcons = [biSystemMenu] Caption = #31649#29702#21592#20449#24687#31649#29702 Color = clBtnFace Fon
www.eeworm.com/read/460389/7251945

dfm adminman.dfm

object frmAdmin: TfrmAdmin Left = 425 Top = 170 Width = 236 Height = 164 BorderIcons = [biSystemMenu] Caption = #31649#29702#21592#20449#24687#31649#29702 Color = clBtnFace Fon
www.eeworm.com/read/460104/7257609

cs dbhelper.cs

using System; using System.Collections.Generic; using System.Text; using System.Data.SqlClient; namespace MySchool { // 存放数据库连接字符串和数据库连接对象 class DBHelper { //