G
Guest
Hi there,
In my app, all queries from different methods/objects have to be in one
transaction (to a single DB). I think that there is a basic way to so that is
pass the same connection and transaction from the beginning of process all
the way down to the end and commit there. Since they are talking to a single
DB, Automatic (COM+) transactions may not be needed.
Any one has better ways? Thanks for your help.
In my app, all queries from different methods/objects have to be in one
transaction (to a single DB). I think that there is a basic way to so that is
pass the same connection and transaction from the beginning of process all
the way down to the end and commit there. Since they are talking to a single
DB, Automatic (COM+) transactions may not be needed.
Any one has better ways? Thanks for your help.