K
Kris Muylaert
Hi,
I have different classes that are performing database operations. Sometimes
1 fuction in a class, calls another function in another class (maybe in a
different assembly), but both need to be enlisted in the same transaction.
What do I have to do? Pass the connection object as a parameter in the
function, or pass the transaction object as parameter? Byval or Byref?
Remark: I can't use Com+ or MSMQ since all assemblies are running on a
client machine
Thanks,
Kris
I have different classes that are performing database operations. Sometimes
1 fuction in a class, calls another function in another class (maybe in a
different assembly), but both need to be enlisted in the same transaction.
What do I have to do? Pass the connection object as a parameter in the
function, or pass the transaction object as parameter? Byval or Byref?
Remark: I can't use Com+ or MSMQ since all assemblies are running on a
client machine
Thanks,
Kris