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

Announcements
Only at Qlik Connect! Guest keynote Jesse Cole shares his secrets for daring to be different. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

[resolved] transactions management

Hi,
I'd like to know how Talend manages transactions (commit, rollback)
If I consider a very simple job with a flat file in input whom I want to load in a table.
Is it possible to insert records of flat file without automatically committing ? And just commit if a make an explicit commit ?
Thanks in advance
Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Talend provides the same way you would code manually. You can create a connection and use this connection in any database components and decide where you place a commit and rollback component. Nearly for every database you find connections, commit and rollback components.

View solution in original post

2 Replies
Anonymous
Not applicable
Author

Talend provides the same way you would code manually. You can create a connection and use this connection in any database components and decide where you place a commit and rollback component. Nearly for every database you find connections, commit and rollback components.
Anonymous
Not applicable
Author

thanks jlolling,
I have found what I wanted