JDBC ODBC bridge for Mac OSX

Posted by Saurabh Lalwani on Stack Overflow See other posts from Stack Overflow or by Saurabh Lalwani
Published on 2010-05-25T14:07:46Z Indexed on 2010/05/25 14:11 UTC
Read the original article Hit count: 251

Filed under:
|

Hi,

I am having a hard time establishing a connection to my database file using JDBC-ODBC bridge. The driver I am using is sun.jdbc.odbc.JdbcOdbcDriver but I believe it is not present on Mac OSX by default and hence throws an exception for class not found.

I googled for the driver but could not find much useful information. Can somebody please help me establish the connection? Or send me any link which contains information I am looking for?

Thanks,

© Stack Overflow or respective owner

Related posts about macosx

Related posts about jdbc-odbc