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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Sqloutput ... HELP!

Hi all, I am using Talend to input my records in my SQL although the operation is successful it does not insert any record into the specified MySQL table. Someone enlighten me please! 

Labels (2)
4 Replies
TRF
Champion II
Champion II

Hi,
Are you using autocommit or explicit tMySQLCommit? Else your transaction will not be commited and you will not retrieve the records in the target database.
Anonymous
Not applicable
Author



TRF
Champion II
Champion II

You can also catch the rejected rows from tMySQLOutput. Refer to the documentation to learn how to.
Anonymous
Not applicable
Author

SqlConnection => Advanced Settings => Auto Commit.