Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ODBC connection password

Status
Not open for further replies.

Malchik

Programmer
Joined
Dec 8, 2001
Messages
148
Location
CA
Hi
I have problem connecting a secured SQL server with an ODBC through VB. I setup the ODBC, I can connect through the ODBC Manager. Here is the connection string:

Provider=MSDASQL.1;Persist Security Info=TRUE;PASSWORD= 1234;User ID=ABCD;Data Source=DataWeb

Here is the error message:
Login failed for user '(null)'. Reason: Not associated with a trusted SQL Server connection

I know I have access. I can use the SQL manager with the same username and password

So I guess my Username and Password are not pass the right

Can somebody help me please.
Thanks


Mal'chik [bigglasses]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top