Just wondering:
How do you start/end transactions? I hope you keep the transaction
while a request is running even across several DBI calls, because
a transaction rollback does give you nothing if it happens after
a (partial) commit within a logical sequence of actions.

thats a good question, since we have webtriggered actions, and if the script finishes... how the transaction behaves? or how do i get back to the 'started' transaction in the next script?

If yes, then we need to propagage the transaction to each method
that operates on the transaction. After the last operation has
finished, the transaction may be closed with a commit.

i think, we need, otherwise it could get difficult in my eyes

greetings
dalini


------------------------------------------------------- This SF.Net email is sponsored by: Sybase ASE Linux Express Edition - download now for FREE LinuxWorld Reader's Choice Award Winner for best database on Linux. http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click _______________________________________________ OpenCA-Devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/openca-devel

Reply via email to