Latest reports suggest that it was <
[email protected]> in message
who said
something like...
There are a variety of ways available to read information contained in the
registry. Most languages include that capability (whether it's via an
activex control or otherwise). It really depends on the particular language
you are trying to work with.
You could perhaps start by browsing manually the ODBC information at
HKEY_CURRENT_USER\Software\ODBC
HKEY_LOCAL_MACHINE\SOFTWARE\ODBC
to identify the keys you are after, and then set about translating that into
code.
(start > run > regedit)
Jon