[Zope] Transactions support on MySql

Evan Simpson evan@4-am.com
Sun, 26 Sep 1999 22:20:16 -0500


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.