代码搜索:connectionString
找到约 2,829 项符合「connectionString」的源代码
代码结果 2,829
www.eeworm.com/read/271039/11011046
bas const.bas
Attribute VB_Name = "Const"
'版本号
Public Const VerNum As String = "版本 1.0"
'生成日期
Public Const GenDate As String = "日期 2006-01-15"
'定义数据库连接字符串
Public Const Conn As String = "Provider=Microsoft.Jet
www.eeworm.com/read/270389/11039640
~dfm test.~dfm
inherited Parent1: TParent1
Left = 219
Top = 132
Caption = 'Parent1'
PixelsPerInch = 96
TextHeight = 13
inherited Panel1: TPanel
inherited BitBtn1: TBitBtn
OnClick = nil
www.eeworm.com/read/421367/7092007
pas unt_database.pas
unit Unt_DataBase;
interface
uses
SysUtils, Classes, DB, ADODB, Forms, Dialogs;
type
TFrm_dataBase = class(TDataModule)
ADOC_Mining: TADOConnection;
procedure connectdb;
pr
www.eeworm.com/read/397120/8066004
txt readme.txt
程序运行环境:Delphi 7.0 + Microsoft SQL Server 2000
1.安装Delphi 7.0
2.安装Microsoft SQL Server 2000
3.还原数据库computer:
企业管理器->新建一个数据库(如取名为computer)->右击
->所有任务->还原数据库->从设备->选择设备->添加
->选择数据库文件computer-
www.eeworm.com/read/138826/13209124
dfm datamodel.dfm
object DataModule1: TDataModule1
OldCreateOrder = False
Left = 406
Top = 234
Height = 215
Width = 358
object ADOConnection1: TADOConnection
ConnectionString = 'Provider=MSDASQL.
www.eeworm.com/read/320127/13432742
cs borrow.cs
using System;
namespace Library_BS
{
///
/// Borrow 的摘要说明。
///
public class Borrow
{
//判断是非有图书超期
public int GetReturn()
{
string connectionString = "se
www.eeworm.com/read/319798/13442087
~dfm test.~dfm
inherited Parent1: TParent1
Left = 219
Top = 132
Caption = 'Parent1'
PixelsPerInch = 96
TextHeight = 13
inherited Panel1: TPanel
inherited BitBtn1: TBitBtn
OnClick = nil
www.eeworm.com/read/304557/13791489
bas module1.bas
Attribute VB_Name = "Module1"
Public conn As New ADODB.Connection
Dim connectionstring As String
connectionstring = "provider=Microsoft.Jet.oledb.4.0;" & "data source=111.mdb"
conn.Open connecti
www.eeworm.com/read/104936/6201122
cs productsdb.cs
using System;
using System.Data;
using System.Data.SqlClient;
namespace IBuyAdventure
{
public class ProductsDB
{
string m_ConnectionString;
public ProductsDB( string ds