Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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 ...
Actually, I just forgot to add a tDBCommit component just after the tDBOutput "on component OK" !!
Actually, I just forgot to add a tDBCommit component just after the tDBOutput "on component OK" !!