Re: Where should I start a transaction?
Posted By:
Amit_Nagar
Posted On:
Tuesday, May 8, 2001 10:17 AM
One downside to starting a transaction on client side would occur if u include DB modifications in the trasaction context. U could potentially have deadlocks in ur system. The transactions should be kept as short as possible and close to the dtabase as is suggested by the first person. Thanks.