代码搜索:connectionString
找到约 2,829 项符合「connectionString」的源代码
代码结果 2,829
www.eeworm.com/read/188376/8545346
dfm udb.dfm
object dmWarehouse: TdmWarehouse
OldCreateOrder = False
Left = 603
Top = 294
Height = 320
Width = 340
object ACWarehouse: TADOConnection
ConnectionString =
'Provider=Mic
www.eeworm.com/read/433054/8549422
xml config.xml
F:\www\jieqi1.3
Data Source=127.0.0.1;Database=jieqi13;User ID=root;Password=;port=3
www.eeworm.com/read/289224/8567974
cs connection.cs
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using Oracle.DataAccess.Cl
www.eeworm.com/read/432853/8568435
cs userrole.cs
using System;
using System.Collections.Generic;
using System.Text;
using IAS.BookShop.Model;
using System.Data.SqlClient;
using System.Data;
namespace IAS.BookShop.DAL
{
public class UserR
www.eeworm.com/read/432853/8568440
cs userstate.cs
using System;
using System.Collections.Generic;
using System.Text;
using IAS.BookShop.Model;
using System.Data;
using System.Data.SqlClient;
namespace IAS.BookShop.DAL
{
public class UserS
www.eeworm.com/read/388790/8574870
bas 数据库连接.bas
Attribute VB_Name = "数据库连接"
Option Explicit
Public conn As New ADODB.Connection
Public Function connectToDatabase() As Boolean '连接数据库
On Error GoTo errout
conn.ConnectionString = "Prov