代码搜索:connectionString
找到约 2,829 项符合「connectionString」的源代码
代码结果 2,829
www.eeworm.com/read/319748/13445272
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/318751/13472917
frm f数据库连接.frm
VERSION 5.00
Begin VB.Form F数据库连接
Caption = "数据库连接"
ClientHeight = 2580
ClientLeft = 60
ClientTop = 450
ClientWidth = 3165
LinkTopic
www.eeworm.com/read/317895/13494048
pas untdmappmdi.pas
unit UntDMAppMDI;
interface
uses
SysUtils, Classes, DB,Forms, ADODB;
type
TDM = class(TDataModule)
ADOConnection: TADOConnection;
procedure DataModuleCreate(Sender: TObject);
www.eeworm.com/read/317606/13501312
frm 浏览用户.frm
VERSION 5.00
Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "msadodc.ocx"
Object = "{CDE57A40-8B86-11D0-B3C6-00A0C90AEA82}#1.0#0"; "msdatgrd.ocx"
Begin VB.Form Frm_LiulanUser
BorderS
www.eeworm.com/read/315826/13535596
cs dboperator.cs
using System;
using System.Configuration;
using System.Data.SqlClient;
namespace 图书管理.Components
{
///
/// DbOperator 的摘要说明。
///
public class DbOperator
{
//p
www.eeworm.com/read/315533/13541014
cs dbhelpersql.cs
using System;
using System.Collections;
using System.Collections.Specialized;
using System.Data;
using System.Data.SqlClient;
using System.Configuration;
namespace Utility //可以修改成实际项目的命名空间名称