SQL Server does not exist or access denied

  • Thread starter Thread starter Arvind
  • Start date Start date
A

Arvind

hello ive installed the VS 2003 some time back along with the PPC sdk's.

and today i installed SQL Server 2000 with SP2.

and when i try to run the sample application.

im getting this error

SQL Server does not exist or access denied


whats the problem? is there any order inwhich the sql is to be installed?
 
Hi Arvind,

Can you post the connection string

It should be something like this

"Server=192.168.2.1;Database=pubs;User
ID=sa;Password=xxxxx;Trusted_Connection=False"

Cheers,
Arun.
www.innasite.com
 
Back
Top