Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_databases thread: Opening a connection to a SQL 7 db.


Message #1 by "sunny codehead" <sunnycodehead@h...> on Tue, 13 Feb 2001 22:58:45
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?


  Return to Index