S
Smokey Grindle
I have a program that runs on multiple threads working with database sproc
calls... these need to be all ran in transactions.... how can I get
something similar to parallel transactions or at least to the point where
they dont cause each other to crash? They all work with the same database
connection...thanks!
calls... these need to be all ran in transactions.... how can I get
something similar to parallel transactions or at least to the point where
they dont cause each other to crash? They all work with the same database
connection...thanks!