|
 |
asp_ado_rds thread: ADO and database connection
Message #1 by cck79@y... on Tue, 29 Jan 2002 07:19:44
|
|
Hi,
Can someone tell me what is the most efficient and fastest way to
connect to the database using ADO? Thank you in advance.
cck
Message #2 by "Ethan Selzer" <ethanselzer@m...> on Mon, 28 Jan 2002 23:25:20 -0800
|
|
OLEDB
SQL Server:
"Provider=SQLOLEDB;Data Source=yourServerName;Initial
Catalog=yourDatabaseName;User ID=yourUserID;Password=yourPassword;"
Access 2000:
"Provider=Microsoft.Jet.OLEDB.4.0;Data Source= D:\yourPath.mdb"
Ethan
-----Original Message-----
From: cck79@y... [mailto:cck79@y...]
Sent: Tuesday, January 29, 2002 7:20 AM
To: ASP_ADO_RDS
Subject: [asp_ado_rds] ADO and database connection
Hi,
Can someone tell me what is the most efficient and fastest way to
connect to the database using ADO? Thank you in advance.
cck
|
|
 |