代码搜索:connectionString
找到约 2,829 项符合「connectionString」的源代码
代码结果 2,829
www.eeworm.com/read/455710/7368029
bas data.bas
Attribute VB_Name = "mdlData"
Option Explicit
Public conn As New ADODB.Connection
Public comm As New ADODB.Command
Public rs As New ADODB.Recordset
Public sqlx As String
Public connStrin
www.eeworm.com/read/454050/7402169
cs db.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/452997/7428163
cs sqlhelper.cs
using System;
using System.Data;
using System.Data.SqlClient;
using System.Collections;
using System.Xml;
namespace corInfMan.Utility
{
///
/// The SqlHelper class is inten
www.eeworm.com/read/452213/7445406
dfm unit1.dfm
object Form1: TForm1
Left = 279
Top = 205
Width = 544
Height = 375
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height =
www.eeworm.com/read/452213/7445421
pas wndbreg.pas
unit WNDBReg;
interface
uses
Windows, Messages, AdoConEd, SysUtils, WNADOCQuery, DesignIntf,
DesignEditors, Classes, Graphics, Controls, Forms, Dialogs;
type
TConnectStringProperty = c
www.eeworm.com/read/452124/7446933
cs dataaccess.cs
using System;
using System.Collections.Generic;
using System.Text;
using System.Data;
using System.Data.SqlClient;
using System.Configuration;
public class DataAccess
{
protected
www.eeworm.com/read/452124/7447005
cs dataaccess.cs
using System;
using System.Collections.Generic;
using System.Text;
using System.Data;
using System.Data.SqlClient;
using System.Configuration;
namespace WebDBS
{
public class DataAccess
www.eeworm.com/read/451801/7455436
bas module1.bas
Attribute VB_Name = "Module1"
Public conn As New ADODB.Connection '连接数据库
Public rs As New ADODB.Recordset
Public Sub openconn()
On Error GoTo chek
Set conn = New ADODB.Connection
conn