Hussein B wrote:

> Hey,
> I know the basics of interacting with databases in Python.
> How to start a transaction in case I want to group a couple of insert
> and update statements into a single operation?

Please read the python database API documentation:

http://www.python.org/dev/peps/pep-0249/

And make sure your database supports transactions.

Diez
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to