I get a Catastrophic Failure error message when I attempt
to connect to SQL Server via ASP/SQLOELDB. I have tried
several connection object parameters and none seem to
work. What can cause this? What must I consider? The code:
Conn = Server.CreateObject("ADODB.Connection")
with(Conn) {
ConnectionTimeout ="100"
ConnectionString = "Driver={SQL Server}; server=MSI;
DATABASE=MAC; UID=sa; PWD=;"
Open("MACSS")
Thank you,Quote:}
James