代码搜索:connectionString
找到约 2,829 项符合「connectionString」的源代码
代码结果 2,829
www.eeworm.com/read/166785/9997809
bas query.bas
Attribute VB_Name = "Query"
Option Explicit
Public Function ConnectToDB(conQuery As ADODB.Connection) As Boolean
On Error GoTo ConnErr
ConnectToDB = True
Dim sConn As St
www.eeworm.com/read/362060/10021301
dfm formrights.dfm
object rights: Trights
Left = 62
Top = 20
Width = 570
Height = 414
Caption = #26435#38480#31649#29702
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
www.eeworm.com/read/362060/10021394
~dfm formrights.~dfm
object rights: Trights
Left = 62
Top = 20
Width = 570
Height = 414
Caption = #26435#38480#31649#29702
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
www.eeworm.com/read/166301/10024760
dfm u_dm.dfm
object DM: TDM
OldCreateOrder = False
Left = 408
Top = 242
Height = 287
Width = 323
object ADOConn: TADOConnection
ConnectionString =
'Provider=SQLOLEDB.1;Password=sxxy;
www.eeworm.com/read/165982/10043862
aspx displayquery.aspx
'定义公共连接对象
Dim conn As OledbConnection '声明一个OledbConnection对象
www.eeworm.com/read/361279/10061237
pas uconst.pas
unit uconst;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, ComCtrls, DB, ADODB,graphics,dialogs;
var
isclose:boolean;
username:string ;
pwd:string;
userid:string;
server:
www.eeworm.com/read/361278/10061810
pas uconst.pas
unit uconst;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, ComCtrls, DB, ADODB,graphics,dialogs;
var
isclose:boolean;
isok:boolean;
bigclass:string;
smallclass:string;
us
www.eeworm.com/read/361278/10062161
pas databfunit.pas
unit databfunit;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ExtCtrls, ComCtrls, Gauges, StdCtrls, Buttons, DB, ADODB;
type
Tda
www.eeworm.com/read/360002/10112483
cs admincourse.aspx.cs
using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using