[QODBC-Desktop] How to Use QODBC with NetBeans
Posted by Jack - QODBC Support on 19 December 2016 01:09 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 How to Use QODBC with NetBeansQODBC enables access to various important data sources in business intelligence tools such as NetBeans. This article will show how to connect to QuickBooks data and import data with a query.
Create a new project using the menu File >> New Project.
Select Java Application & click "Next."
Enter Project Name & click "Finish."
A new Project will be created by clicking "Finish." Click the "Services" button to open the Service window.
You should see the Service window opened.
In the Service window, Click the Database node >> Drivers >> right-click on "JDBC-ODBC Bridge" and click "Connect Using.."
In the New Connection Wizard, enter the following connection properties & click "Test Connection":
Please Note: If you have a 64-bit application, you need to use QRemote 64-bit DSN "QuickBooks Data 64-bit QRemote". Test Connection success. Click on "Finish" for the finish configuration.
Connection added. It shows the list of available tables.
Right-click on "Tables" & click "Execute Command..." to write an SQL query.
Enter the query in the Editor & click on the "Run SQL" icon.
Query results are available with a list of the Customers.
| |
|