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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top