Inherited Transactions -
09-19-2003
, 07:54 AM
Hi,
I have a DTS package (call it Parent) that calls another package (call
it Child).
Parent has a transaction running and I want Child to inherit that
transaction.
I know how to set this all up but I have 1 question. If the
AutoCommitTransaction property of Child is set to TRUE, will that commit
the whole inherited transaction or does it not have any affect?
I still want my inherited transaction to continue in Parent after
successful completion of Child, so I don't want Child to commit the
inherited transaction upon successful completion and then have Parent
automatically begin another transaction.
TIA
Regards
Jamie
FYI: In a normal 1-package system if AutoCommitTransaction is set to
TRUE then the current transaction will be committed upon successful
completion of the package.
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it! |