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

Lookup ODBC 1

Status
Not open for further replies.

baugie

Programmer
Apr 9, 2003
56
US
I am trying to provide my users with a list of the ODBCs configured on their computer so that they can define their own lookups into other systems. I'm sure this is simple, but I can't find the right method. Any advice?

Thanks in advance,

baugie
 

I belive its the RegEnumKeyEx API that will be assistance to you and you should find the settings for the user under the HKEY_CURRENT_USER and for the machine under HKEY_LOCAL_MACHINE. Under each of those there should be a Software key and under that an ODBC key.

Good Luck


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top