Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
ALopez1690296959
Contributor
Contributor

Having issue with tDBConnection component

Running into an issue when running a job with the tDBConnection component when the job includes an INSERT or UPDATE query. When the job is run, the UPDATE or INSERT query does not actually update or insert the data into the database table.

I am not seeing any errors in talend and when I run the same query in the database console it works as intended.

Any help is appreciated.

Labels (4)
2 Replies
Anonymous
Not applicable

@Anthony Lopez​ , don't forget to use a tDBCommit to commit the changes in the end of job if you use an existing DB connection created by tDBConnection.

 

 

Olive09
Contributor
Contributor

You can double-check the syntax and parameters of the UPDATE or INSERT query. It's possible that there may be a typo or issue in the query. And Make sure there are no constraints or triggers in the database table that prevent the data from being updated or inserted. You can go on official site.