Installation Components
Important The ODBC.INF file that was used in ODBC 2.x to describe the files required by each ODBC component is not used in ODBC
3.0. Drivers that ship ODBC 3.0 components do not need to create an ODBC.INF file.
The removal of SQLInstallDriver and SQLInstallODBC, and the deprecation of SQLInstallTranslator, have rendered ODBC.INF unnecessary. The driver information that used to be
in the Driver Keyword sections of ODBC.INF is now provided in the lpszDriver argument in SQLInstallDriverEx. The translator information that used to be in the [ODBC Translator] and
Translator Specification sections of ODBC.INF is now provided in the lpszTranslator argument of SQLInstallTranslatorEx. These changes allow the ODBC Installer to be more portable across platforms.