The ODBC driver for QuickBooks is available here . This driver is based on the QuickBooks SDK. Learn more about the SDK here . If you want to create a sophisticated and reliable export utility, you should consider using the SDK directly. This will cause some development resources, but there is no problem using Java with the SDK if you use the XML API directly and not the "QBFC" interface, which only supports .NET, VB6 and VBA.
If, on the other hand, you have a simple export, I would recommend using an ODBC compatible tool like Excel, and forget about writing code. There is a great tool available that will do without ODBC and just do the import and export for you. Definitely what to see.
Finally, if you prefer to use ODBC with Perl or Java, which is certainly possible with the QODBC driver. However, it looks like you need to learn how to access ODBC with Perl or Java, since you have no experience with ODBC. This is not the best way to learn ODBC, as the QODBC driver is a bit unusual.
source share