On Apr 26, 2007, at 1:04 PM, Jens Mayer wrote:
(Here is the first question: is it possible to bind two different
transactions to the same thread?)
No you can't.
I am accessing two different db-schemas at the same time, using two
DataDomains, one for each schema.
Now I want to update data
Hi,
I am not sure if I understood the concept of user-defined transaction:
I am accessing two different db-schemas at the same time, using two
DataDomains, one for each schema.
Now I want to update data (synchronously) on both schemas with my own
user-defined transaction-scope.
I have to use