Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
HLeyes
Contributor III
Contributor III

Quickbooks QODBC Connection to Talend

Hi all,
QuickBooks Enterprise comes with a tool called QODBC that enables connecting to a QB database to read and write data.  I have installed it, and I can successfully see QB data by connecting with Excel.
I am attempting to be able to read data in Talend Open Studio 5.4.1 by using the Generic ODBC connector.  I can get a successful connection message when setting up the database connection, but when retrieving the schema to see the tables, it shows with no tables. There are no errors or any other indication - just no table listing.
0683p000009MBTb.jpg
0683p000009MBTb.jpg   
Has anyone used TOS with QODBC, and if so, how I can I retrieve the schema to be able to use tables in a Talend job?
Thanks in advance,
HL                     
 
Labels (2)
2 Replies
Anonymous
Not applicable

Hi,
I would suggest you to please query table directly instead of loading tables.
For Example:
select * from customer
FAQ : http://support.qodbc.com
Raise a support ticket : http://support.flexquarters.com/esupport/index.php?/Tickets/Submit
HLeyes
Contributor III
Contributor III
Author

Hi Jack,
Thank you - that did it!  I created the database connection, but couldn't retrieve the schema.  Used a tDBInput component, and used a SELECT query.  Clicked on "Guess Schema", and it brought it in just fine.
I appreciate your help.
HL