
December 16th, 2005, 09:01 AM
|
|
Registered User
|
|
Join Date: Sep 2005
Posts: 6
Time spent in forums: 1 h 49 m 46 sec
Reputation Power: 0
|
|
|
Transaction in a 3-tier application
Is it possible for application server to start a transaction through a method called by the client? Can someone tell me how to do it?
I want to control the stock for each item of a sale, and for every item in the clientdataset before the applyupdates I want to manage the stock for every user. If the client apllication is closed by any reason I need to do a rollback otherwise I execute commit.
Thanks for your atention.
|