The values under the ODBC Drivers subkey list the installed drivers. The format of these values is:
Name | Data type | Data |
driver- description |
REG_SZ | Installed |
where driver-description is defined by the driver developer. It is usually the name of the DBMS associated with the driver.
For example, suppose drivers have been installed for formatted text files and SQL Server. The values under the ODBC Drivers subkey might be:
Text : REG_SZ : Installed
SQL Server : REG_SZ : Installed