I'm on Ubuntu Linux and wondering how to detect what ODBC driver manager the system has, if any.
Like Rakib's commentary, one very rough way I've used is to simply try and run isql
(unixODBC) or iodbctest
, because Ubuntu will report whether their parent package is installed. What's interesting is that on this fresh VM, pyodbc tells me that unixODBC was used even though its tools are not installed (see screenshot).
this is a crude way to do it by works: