Forum Moderators: open
I think I have a problem with the dsn-link. I made the dsn connection in SYSTEM-DSN in windows 2000. I´m using a simple connection on my ASP page:
Set objConn = Server.CreateObject("ADODB.Connection")
objConn.Open "DSN=dsn-name"
..and Explorer Says:
Microsoft OLE DB Provider for ODBC Drivers (0x80040E4D)
[Microsoft][ODBC SQL Server Driver][SQL Server]Login failed for user 'computername\IUSR_'computername'.
/connections/dbConn.asp, line 5
Is there somthing wrong with the dsn-link?
Thanx...
I have the same problem here:
Error Type:
Microsoft OLE DB Provider for ODBC Drivers (0x80040E4D)
[Microsoft][ODBC SQL Server Driver][SQL Server]Login failed for user 'sa'.
/ConnStr.Asp, line 3
Any suggestion?
Many thanks.
Tim
Have you tried correcting/checking the permissions as mentioned by Xoc above?