[QODBC-Desktop] How can QODBC Driver work with the Java ODBC Bridge Product
Posted by brad waddell on 12 March 2009 05:21 PM
|
|
Note: The JDBC-ODBC bridge driver was removed in Java 8, preventing ODBC drivers from being usable in newer versions of Java or other Java-based applications. Refer: Oracle JDBC-ODBC Bridge An Example of a QODBC Driver working with the Java ODBC Bridge ProductNote: Below are some example codes from one of our happy customers: // QuickBooks variables // parameters for QuickBooks database static final String driver = "sun.jdbc.odbc.JdbcOdbcDriver"; public static void main(String[] args) throws Exception { public InsertCustomers() throws Exception { | |
|
Please refer:
http://support.flexquarters.com/esupport/index.php?/Knowledgebase/Article/View/2529/45/qb-begin-session-failed-error--80040408-could-not-start-quickbooks
As JDBC-ODBC Bridge removed from Java version 8. You need to use JDK V 6 for using ODBC connection.