Where can I find description of how to map ODBC datatypes to JDBC? Or maybe anybody knows where source code of a jdbc-odbc bridge driver can be downloaded?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
The JDBC-ODBC Bridge is bundled with the Java 2 SDK Standard Edition... Check out the FAQ's at Sun - http://java.sun.com/products/jdbc/faq.html |
|||||
|
|
According to wikipedia,
But I've downloaded sources (jdk-6u3-fcs-src-b05-jrl-24_sep_2007.jar), and the driver's source is really there: j2se\src\share\classes\sun\jdbc\odbc\JdbcOdbcDriver.java |
||||
|
|
|
I stumbled across this page for JDBC to database column type mappings: Mapping SQL and Java Types . However, I did notice that the table does not show that a JDBC CLOB will work with a Memo column of Access. |
||||
|
|