代码搜索:connectionString
找到约 2,829 项符合「connectionString」的源代码
代码结果 2,829
www.eeworm.com/read/429739/8791568
cs sqldata.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/385174/8814794
txt readme.txt
*************************** 安装必备 ***************************
Windows 操作系统(2000/XP/2003/Vista)
ASP.NET 2.0
相对应的数据库引擎 MS Access/MS SQL Server/MySQL
*************************** 安装论坛 ***************
www.eeworm.com/read/428956/8826976
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/187243/8839584
frm g数据库连接.frm
VERSION 5.00
Begin VB.Form G数据库连接
Caption = "数据库连接"
ClientHeight = 2685
ClientLeft = 60
ClientTop = 450
ClientWidth = 3150
LinkTopic
www.eeworm.com/read/187086/8857787
pas unit3.pas
unit Unit3;
interface
uses
SysUtils, Windows, Messages, Classes, Graphics, Controls, Forms,
Dialogs, DBTables, DB, ADODB;
type
TCustomerData = class(TDataModule)
ADOConnection1:
www.eeworm.com/read/285053/8873452
dfm dmunit.dfm
object DM: TDM
OldCreateOrder = False
OnCreate = DataModuleCreate
Left = 246
Top = 211
Height = 360
Width = 279
object conn: TADOConnection
ConnectionString =
'Provid
www.eeworm.com/read/384304/8880950
cs dbaccess.cs
using System;
using System.Collections.Generic;
using System.Text;
using System.Data;
using System.Data.SqlClient;
namespace DataAccess
{
public class DBAccess
{
public sta