27 Sep
1999
27 Sep
'99
3:20 a.m.
CHUNG-SHU YANG wrote:
So how about databases supporting transaction controls?
The Zope DA (Database Adapter) for the database you choose has to be support transactions -- check the DA list at zope.org
How can I do database transaction controls(set autocommit on/off, commit transaction, etc) myself?
A correctly written DA will start a transaction when the database is first touched, then commit or rollback along with the request.