Single Transaction in Rhino ETL

101 views
Skip to first unread message

Wildjoe182

unread,
Jan 18, 2012, 12:23:12 PM1/18/12
to Rhino Tools Dev
Hi,

In Rhino ETL, is it possible to have an entire process, or even
multiple processes, use a single connection and transaction for all
operations?

Regards,

Joe

Jason Meckley

unread,
Jan 24, 2012, 9:50:31 AM1/24/12
to rhino-t...@googlegroups.com
input operations provide the option to use a transaction. if you set this to false and wrap the process in a system transaction, all inputs will be in the same transaction. output operations use a transaction and there isn't a way to override it, IIFC. To include the output commands in the same transaction you need to implement your own output commands. i did this on a project a while back and just copied the database output operations into my own objects and removed the begin/commit/rollback transaction code.
Reply all
Reply to author
Forward
0 new messages