The problem is that while SQL is a standard, it does not specify how data must be transfered on the wire, nor the way connections have to be negociated to begin with. Hence servers implement their own protocol. ODBC provides a standard way at the programmatic level (a middleware) to interact with a DB driver, but the driver must implement that proprietary glue to get connected with a vendor server.
If an ODBC driver is available on the system, any library able to use the ODBC API should be able to access it, and thus access the handled DBs.
Regarding your specific problem, it seems that such driver exists. However at this time I was unable to access the page referencing it. This other page provides guidance on how to properly install the driver.