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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
PANDRE13OBS
Contributor
Contributor

Insert or update with tDBOutput (MySQL)

Hello, I try to use the tDBOutput component to insert (or update) rows in a MySQL database, but when I run the job, everything seems OK, I can see the rows in my tLogRow component and not any error appear, but nothing happened in the database ! No rows are inserted or updated. However, my tDbConnection component seems to be OK with my database, because when I try to select rows whith the same connection to chech the job, I can see that the rows are not modified ...

Labels (3)
1 Solution

Accepted Solutions
PANDRE13OBS
Contributor
Contributor
Author

Actually, I just forgot to add a tDBCommit component just after the tDBOutput "on component OK" !!

 

View solution in original post

1 Reply
PANDRE13OBS
Contributor
Contributor
Author

Actually, I just forgot to add a tDBCommit component just after the tDBOutput "on component OK" !!