E
EMW
This is my connectionstring on a Oracle database:
con = New OdbcConnection("Driver={SQL server};Server=MyPC;Persist Security
info=False;Trusted_Connection=yes;DATABASE=FieldSup;")
When I want to connect I get exception error 42000 microsoft logon failed.
How can I solve this?
Do I have to pass on the user and password strings?
rg,
Eric
con = New OdbcConnection("Driver={SQL server};Server=MyPC;Persist Security
info=False;Trusted_Connection=yes;DATABASE=FieldSup;")
When I want to connect I get exception error 42000 microsoft logon failed.
How can I solve this?
Do I have to pass on the user and password strings?
rg,
Eric