PDA

View Full Version : Retrieving ODBC settings from registry


FlyBoy
10-02-2009, 01:26 PM
Im using the ODBC.methods to create and reconfigure the ODBC settings. Is there something like an ODBC.getConfiguration() method?

What I need to do is capture one of the values from the ODBC data source configuration and windows could store it in several places depending on the OS and the 32 vs 64 bit machines.

If not let me know and I'll write the code to determine the OS version and use the Registry.GetValue to hunt and peck for it.

If the IndigoRose people have developed a slick way to get this data let me know... thanks.