You could probably use ODBC to connect to your database. Of course you need to compile the driver firstAnd to do that you need appropriate ODBC library (like UnixODBC). See configure -help for details. You have to provide a proper switch to turn the compilation of each driver on. As an alternative you can use instructions provided on the page you linked to in your post.
Bookmarks