[DB-SIG] Transactions: how to start them?

Andrew Kuchling amk@magnet.com
Wed, 17 Sep 1997 10:43:43 -0400 (EDT)


In the DB-API, Connection objects have commit() and rollback() methods
to commit or abort a transaction.  However, the API doesn't specify
how to indicate the *start* of a transaction; is it database-specific?
It seems like an omission from the spec; what am I missing?


	Andrew Kuchling
	amk@magnet.com
	http://starship.skyport.net/crew/amk/

_______________
DB-SIG  - SIG on Tabular Databases in Python

send messages to: db-sig@python.org
administrivia to: db-sig-request@python.org
_______________