Good afternoon
How would I create a list of the ODBC Names that exist in the System DSN tab of the 32bit ODBC administrator.
I want the user to select a name, then I just change my connection string and connect to that source.
Thanks in advance for your kind assistance.
Ericus Steyn
RegistryListkey("HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432NODE\ODBC\ODBC.INI") does the trick
How would I create a list of the ODBC Names that exist in the System DSN tab of the 32bit ODBC administrator.
I want the user to select a name, then I just change my connection string and connect to that source.
Thanks in advance for your kind assistance.
Ericus Steyn
RegistryListkey("HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432NODE\ODBC\ODBC.INI") does the trick