going nuts with connection

  • Thread starter Thread starter Mike
  • Start date Start date
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
 
Back
Top