I am getting an error message when I try to connect my asp to SQL Server. I am connecting to the same database fine with visaul basic but I get the following error when I try to do it from an ASP.
[Microsoft][ODBC SQL Server Driver][SQL Server]Login failed for user '\'.
I am using the following code.
Set MyConnection = Server.CreateObject("ADODB.Connection"
MyConnection.Open "filedsn=c:\CDS.dsn;UID=asp;PWD=asp;"
Any suggestions would greatly appreciated.
CTAU
[Microsoft][ODBC SQL Server Driver][SQL Server]Login failed for user '\'.
I am using the following code.
Set MyConnection = Server.CreateObject("ADODB.Connection"
MyConnection.Open "filedsn=c:\CDS.dsn;UID=asp;PWD=asp;"
Any suggestions would greatly appreciated.
CTAU