aspx_professional thread: "Highlevel" transactions in ThePhile framework...
Hi all,
I built my ASP.NEt application making use of the ThePhile data and
business tier "framework".
IMHO the ThePhile data tier spports transactions only partially!
I need transactions over several data tier calls. E.g. from within the
business tier I create several (persistent) objects and I would like the
creation of all these objects to be atomic. This is impossible though,
because on any data tier call (stored procedure) the db connection is
opened and then closed again.
Do I have to make use of the COM+ Transactions?
Any other suggestions?
Can/should I try to bind a db connection to a Session or Request?
Regards
Clemens