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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Change settings for ODBC in the registry file

Status
Not open for further replies.

WilsonM

Programmer
Feb 5, 2001
22
CA
Hi,

How can I set the registry file so that when I use that ODBC file I don't have to put in my password every time I try to access some data.

My ODBC driver is for Oracle version 8.00.05

I know that for the UserID I have to use the following syntax: UserID= "MyLoginName"

I don't know how to set the password, can you help me?

Thanks in advance,

Wilson
 
Create an entry

Password = "yourpassword"

at the same place in the registry as the entry for UserId.

According to the documentation, this requires at least ODBC driver 8.0.5.7.0. If you're having problems, you may need an upgrade.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top