When trying to add a database connection in Interdev, I get the follwoing error. "The connection failed, check your username and password, and try again" How do I resolve this problem?<br>
<br>
Thanks, Mark
Isn't that clear enough? Check your database availability to your programs. Mostlikely, you can make some changes in ODBC to connect to the database specifying the name of the database in your ODBC.
First off, if you are using SQL Server, use a connection string rather than a DSN, and use the OLEDB driver, not the ODBC.<br>
<br>
Next, when you are editing the database, you're doing it from the workstation, and when the asp page does it, it it running from the server. Interdev lets you specify different usernames and passwords for development and runtime. Open the global.asa file in the editor and check out the application level strings.<br>
<br>
Also, check the authentication type. I don't believe IIS can pass itself off as a user to SQL if you are using NT Challenge Response.<br>
<br>
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.