Search code examples
linuxodbc

How to find list of ODBC drivers installed on Linux


Good day all.

On Windows, the list of installed ODBC drivers located here: HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBCINST.INI\ODBC Drivers

On macOS, the list of installed ODBC drivers located here: /Library/ODBC/odbcinst.ini and /Users/{userName}/ODBC/odbcinst.ini

The questions is: where could I find list of ODBC drivers installed in Linux?


Solution

  • Thanks for the answers but I found out that list of installed ODBC drivers on Linux can be found on

    /etc/odbcinst.ini and /home/{userName}/.odbcinst.ini which is very similar to macOS