Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Not associated with a trusted SQL Server connectio

Author  Topic 

alexjamesbrown
Starting Member

48 Posts

Posted - 2007-10-10 : 10:37:48
This error is driving me insane.
i have followed all usual steps of fixing this... its set to mixed mode, checked th registry an everything as well

here is my conn string:

Provider=SQLOLEDB;server=<server_name>;database=<db_name>;uid=sa;pwd=<password>

nothing seems to work.
classic asp app running on different server...

whats going on?!?

alex

rmiao
Master Smack Fu Yak Hacker

7266 Posts

Posted - 2007-10-10 : 23:06:22
Can you connect to sql with that id in sql tools like em?
Go to Top of Page

Kristen
Test

22859 Posts

Posted - 2007-10-11 : 00:51:21
... and Ping that <server_name> from Client machine
Go to Top of Page
   

- Advertisement -