Using an ODBC application with a JDBC driver

Posted by Nick Retallack on Stack Overflow See other posts from Stack Overflow or by Nick Retallack
Published on 2010-04-23T01:47:48Z Indexed on 2010/04/23 1:53 UTC
Read the original article Hit count: 409

Filed under:
|
|
|
|

My company uses Vertica. We have Python applications that connect to it with pyodbc. I do most of my development on a Mac (Snow Leopard) and unfortunately Vertica has not released ODBC drivers for Mac. They do have JDBC drivers though. I don't think developing in Jython is a good compromise. Is there any way to use JDBC drivers with an ODBC application? Some kind of ODBC connector?

© Stack Overflow or respective owner

Related posts about odbc

Related posts about jdbc-driver