asp_databases thread: Opening a connection to a SQL 7 db.
When I try to connect to SQL Server Database, I get the error "Login failed for user machine\IUSR_machine", however I am using a connection string oConn.Open "DSN=mydsn;UID=myuid;PWD=mypwd". The myuid account has admin access to the SQL 7 database so why do I keep getting the error about the IUSR account trying to access the db. How can I get it working correctly?
|





