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

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

Fail to link Commit with table

Hi,I have a question regarding commit with table.

I add a component called tdbCommit and try to link it with my source table "patientRecord" with OnSubjobOK

But it seem cannot link together.

Can anyone explain to me or teach me the solution. Appreciate it.

This is using Microsoft SQL Server

0683p000009MZt6.png

Labels (3)
1 Solution

Accepted Solutions
manodwhb
Champion II
Champion II

@jhau6 , use on component ok from tDBOutput and connect to tDBcommit.

View solution in original post

2 Replies
manodwhb
Champion II
Champion II

@jhau6 , use on component ok from tDBOutput and connect to tDBcommit.

Prakhar1
Creator III
Creator III

You don't to use commit component where you transaction is getting completed, not on the starting.

You can also use AutoCommit in the tDBconnection's advance property and can remove the tDBCommit component.