代码搜索:connectionString
找到约 2,829 项符合「connectionString」的源代码
代码结果 2,829
www.eeworm.com/read/425080/10382139
cs showvote.aspx.cs
using System;
using System.Collections;
using System.ComponentModel;
using System.Configuration;
using System.Data;
using System.Data.SqlClient;
using System.Drawing;
using System.Web;
using S
www.eeworm.com/read/161469/10406304
pas data_unit.pas
unit data_unit;
interface
uses
SysUtils, Classes, DB, ADODB,Qforms,Dialogs;
type
Tdatabase = class(TDataModule)
adoc: TADOConnection;
adoq1: TADOQuery;
datas1: TDataSourc
www.eeworm.com/read/161195/10439391
pas main.pas
unit main;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ComCtrls, jpeg, ExtCtrls, Menus, DB, ADODB,adoconed,inifiles;
type
TFmMa
www.eeworm.com/read/424347/10458902
txt 51aspx源码必读.txt
小购物商城系统源码
该系统是一款小巧的电子商城系统,有商品管理、用户注册、留言等基本功能
数据库配置文件需要修改App_Code/DataAcessLayer/Database.cs中的字符串:ConnectionString = "server=(local);database=shop;uid=sa;password=sa"
后台管理地址:admin/Login.aspx
www.eeworm.com/read/424346/10461266
pas unit2.pas
unit Unit2;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, jpeg, ExtCtrls, Menus,CLassesU,Config, DB, ADODB;
type
TForm2
www.eeworm.com/read/424320/10463515
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/424189/10483893
cs dbhelpersql.cs
using System;
using System.Text;
using System.Collections;
using System.Collections.Specialized;
using System.Data.SqlClient;
using System.Data;
namespace test
{
//该源码下载自www.51aspx.com(51as
www.eeworm.com/read/352855/10498545
cs dbhelpersql.cs
using System;
using System.Collections;
using System.Collections.Specialized;
using System.Data;
using System.Data.SqlClient;
using System.Configuration;
//该源码下载自www.51aspx.com(51aspx.com)
n