I just realized while looking over my old ASP courses that I used an Access back-end for the database source in those classes. Is anyone here interested in learning how to connect ASP to an SQL Server backend?
Ray White
@Reply 6 years ago
Yes Please
Mubeezi Micah
@Reply 6 years ago
Yes sure. i am familiar with this connection string. % 'declare the variable that will hold the connection string Dim ConnectionString 'define connection string, specify database driver and location of the database ConnectionString="Driver={SQLServer};Server=your_server_name;" &_ "Database=your_database_name;Uid=your_username;Pwd=your_password;" %
but am curious to know how this one works
'OLE DB and OleDbConnection (.NET framework) Connection Strings
Standard Security: % 'declare the variable that will hold the connection string Dim ConnectionString 'define connection string, specify database driver and location of the database ConnectionString="Provider=SQLOLEDB;Data Source=your_server_name;"
Sorry, only students may add comments.
Click here for more
information on how you can set up an account.
If you are a Visitor, go ahead and post your reply as a
new comment, and we'll move it here for you
once it's approved. Be sure to use the same name and email address.
This thread is now CLOSED. If you wish to comment, start a NEW discussion in
Active Server Pages Forum.