代码搜索:connectionString

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

代码结果 2,829
www.eeworm.com/read/222566/14685933

cs user.cs

using System; using System.Data; using System.Data.SqlClient; using System.Configuration; using System.Collections; namespace RolesBasedAthentication { public class User { private int u
www.eeworm.com/read/222566/14685935

cs role.cs

using System; using System.Data; using System.Data.SqlClient; using System.Configuration; namespace RolesBasedAthentication { public class Role { private int roleID; private string ro
www.eeworm.com/read/222357/14695010

config app.config

www.eeworm.com/read/121496/14755375

bas module1.bas

Attribute VB_Name = "Module1" Public flag As Integer '记录操作标记 Public tna As String '保存表名 Public stri As String '保存标题名 Public recs As Integer '保存记录集中记录个数 Public temp As Integer Sub
www.eeworm.com/read/121227/14766604

dfm unitdata.dfm

object data: Tdata OldCreateOrder = False Left = 320 Top = 231 Height = 150 Width = 215 object adoc: TADOConnection ConnectionString = 'Provider=Microsoft.Jet.OLEDB.4.0;
www.eeworm.com/read/120947/14781705

pas data_unit.pas

unit data_unit; interface uses SysUtils, Classes, DB, ADODB,Qforms; type Tdatabase = class(TDataModule) adoc: TADOConnection; adoq1: TADOQuery; datas1: TDataSource;
www.eeworm.com/read/120801/14787725

asp conn.asp

www.eeworm.com/read/220744/14790193

inc odbc_connection.inc

www.eeworm.com/read/120649/14793942

pas prelationnew.pas

unit PRelationNew; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls,ADODB, Buttons, Mask; type TFormRelationNew = class(TForm) S
www.eeworm.com/read/120649/14793952

dfm pdatamodulemain.dfm

object DataModuleMain: TDataModuleMain OldCreateOrder = False OnCreate = DataModuleCreate Left = 227 Top = 124 Height = 375 Width = 544 object ADOConnectionBarCode: TADOConnection