代码搜索:connectionString
找到约 2,829 项符合「connectionString」的源代码
代码结果 2,829
www.eeworm.com/read/350222/10757777
dfm upkdm.dfm
object pkdm: Tpkdm
OldCreateOrder = False
Left = 332
Top = 339
Height = 150
Width = 215
object adcMain: TADOConnection
ConnectionString =
'Provider=SQLOLEDB.1;Password=f
www.eeworm.com/read/420986/10762921
pas main.pas
unit main;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ComCtrls, jpeg, ExtCtrls, Menus, DB, ADODB,adoconed,inifiles;
type
TFmMa
www.eeworm.com/read/350133/10764046
cs class1.cs
// Template pattern -- Real World example
using System;
using System.Data;
using System.Data.OleDb;
namespace DoFactory.GangOfFour.Template.RealWorld
{
// MainApp test application
www.eeworm.com/read/349864/10795795
bas link.bas
Attribute VB_Name = "link"
Public Sub link()
Set Mcon = New ADODB.Connection
Mcon.ConnectionString = "Provider=sqloledb;Data Source=zhw;Initial Catalog=SuperMarketdb;User Id=sa;Password=8
www.eeworm.com/read/420276/10806446
cs dbclass.cs
using System;
using System.Data;
using System.Configuration;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.
www.eeworm.com/read/419818/10835591
cs class1.cs
using System;
using System.Data;
using System.Data.SqlClient;
using System.Collections.Generic;
using System.Text;
using IDal;
namespace SQLServerDal
{
public class SQLServerDal : IDAL
www.eeworm.com/read/419818/10835623
cs sqlhelper.cs
using System;
using System.Configuration;
using System.Data;
using System.Data.SqlClient;
using System.Collections.Generic;
using System.Text;
namespace DAL
{
public class SQLHelper