代码搜索:connectionString

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

代码结果 2,829
www.eeworm.com/read/192928/8264289

cs dbprovider.cs

using System; using Club.Framework.Data; using Club.Framework.Configuration; namespace Club.Framework.Providers { /// /// ConfigProvider loads the Singleton Instance of IDbProvider
www.eeworm.com/read/393720/8268701

frm g数据库连接.frm

VERSION 5.00 Begin VB.Form G数据库连接 Caption = "数据库连接" ClientHeight = 2685 ClientLeft = 60 ClientTop = 450 ClientWidth = 3150 LinkTopic
www.eeworm.com/read/393720/8268721

frm f重新登录.frm

VERSION 5.00 Begin VB.Form F重新登录 BorderStyle = 1 'Fixed Single Caption = "用户登录" ClientHeight = 2295 ClientLeft = -15 ClientTop = 375 Clie
www.eeworm.com/read/192685/8297436

html 17042.html

Re: 怎样动态设定DataEnvironment 的DataSource? Re: 怎样动态设定DataEnvironment 的DataSource?
www.eeworm.com/read/192685/8303372

html 21348.html

Re: 大汉堡.又要麻烦你了 Re: 大汉堡.又要麻烦你了
www.eeworm.com/read/192685/8310453

html 17045.html

Re: 怎样动态设定DataEnvironment 的DataSource? Re: 怎样动态设定DataEnvironment 的DataSource?
www.eeworm.com/read/192685/8313075

html 20270.html

可以 可以 Posted by
www.eeworm.com/read/192685/8320920

html 20297.html

Re : Altman,好像不可以说... Re : Altman,好像不可以说...
www.eeworm.com/read/392809/8325102

txt vbcode.txt

Private Sub cmbOK_Click() Dim conn As New ADODB.Connection '声明连接数据库的对象 conn.ConnectionString = "Provider=SQLOLEDB.1;Data Source=.;Initial Catalog=text;UserID=sa;Password=sa;" conn.Open '
www.eeworm.com/read/392607/8333998

cs dataaccess.cs

using System; using System.Data.SqlClient; using System.Data; using System.Configuration; using System.Xml; namespace CJGL { /// /// 一个轻量级的数据库操作类,可用于简单的分层开发。 /// 数据库连接配置在WEB.co