when I try a connection.open I get this message :

Login failed for user 'angiras'. Reason: Not associated with a trusted SQL Server connection.

in SQL enterprise manager into security
I have created a new user

ID = angiras
pwd = any_pwd

for a SQL database

then my connectionstring ="Data Source=myLocalHost;Initial Catalog=angiras_db;uid=angiras;pwd=any_pwd;"

what is wrong ?

I want an user and a password for a specific SQL 2000 database

and it seems that SQL server doesn't keep this passaword

thank you for helping