代码搜索:connectionString

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

代码结果 2,829
www.eeworm.com/read/397213/8062120

bas module1.bas

Attribute VB_Name = "Module1" Public username As String Sub delsql(sql) Dim conn As New ADODB.Connection 'Dim rs As New ADODB.Recordset conn.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4
www.eeworm.com/read/247060/12686628

cs sqlhelper.cs

//********************************************************************* // Microsoft Data Access Application Block for .NET // http://msdn.microsoft.com/library/en-us/dnbda/html/daab-rm.asp // //
www.eeworm.com/read/246690/12710249

cs linkdatabase.cs

using System; using System.Data; using System.Data.SqlClient; namespace 图书馆管理系统 { /// /// LinkDataBase 的摘要说明。 /// public class LinkDataBase { private string str
www.eeworm.com/read/332048/12783774

cs dbconfigform.cs

using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using System.Data.Common; u
www.eeworm.com/read/245224/12809708

cs linkdatabase.cs

using System; using System.Data; using System.Data.SqlClient; namespace 进销存管理系统 { /// /// LinkDataBase 的摘要说明。 /// public class LinkDataBase { private string str
www.eeworm.com/read/243086/12965543

bas module1.bas

Attribute VB_Name = "Module1" Option Explicit Public conn As New ADODB.Connection '定义链接对象 Public Const keyenter = 13 '定义回车的ASCII码 Public userType, userName As String '记录登陆的用户名 Public Connection
www.eeworm.com/read/242302/13032400

html 17102.html

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

html 17118.html

Re: 我已经试到!谢谢!怎样动态设定DataEnvironment 的DataSource? Re: 我已经试到!谢谢!怎样动态设定DataEnvironment 的DataS
www.eeworm.com/read/242302/13065987

html 17044.html

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

cs sqlhelper.cs

//********************************************************************* // Microsoft Data Access Application Block for .NET // http://msdn.microsoft.com/library/en-us/dnbda/html/daab-rm.asp // //