going nuts with connection

M

Mike

I'm trying to connect to a SQL 2000 db and i'm getting the following error:


'Login failed for user 'sa'. Reason: Not associated with a trusted sql
server connection'

Here is my connection string:

dim conStr as string =
"server=localhost;database=TechForum;uid=sa;password=;"

am i missing something something or what? I looked online and found some
information and tried it but nothing worked. I need some help on this

thx
 

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

Top