|
 |
asp_database_setup thread: SQL Server help
Message #1 by Saurabh Agarwal <savyag@y...> on Mon, 5 Mar 2001 01:53:00 -0800 (PST)
|
|
Hi,
I am having SQL server as my database....
i am using it for the first time and i dont know how
to create a dsn for my database so as to use it in my
asp code...
please help me....
thanks in advance
saurabh
__________________________________________________
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail.
http://personal.mail.yahoo.com/
Message #2 by Joe Ingle <Joe@k...> on Mon, 5 Mar 2001 11:15:51 -0000
|
|
Hi
Try this in the place of your 'MICROSOFT JET' info:
Provider=SQLOLEDB.1;Persist Security Info=False;User
ID=YOURUSERID;Password=YOURPASSWORD;Initial Catalog=DATABASETOOPEN;Data
Source=SERVERNAME"
Replace User ID, Password, Initial Catalog and Data Source for your local
details
-----Original Message-----
From: Saurabh Agarwal [mailto:savyag@y...]
Sent: 05 March 2001 18:58
To: ASP Database Setup
Subject: [asp_database_setup] SQL Server help
Hi,
I am having SQL server as my database....
i am using it for the first time and i dont know how
to create a dsn for my database so as to use it in my
asp code...
please help me....
thanks in advance
saurabh
|
|
 |