MRAB wrote:
I think you need to 'commit' any changes to do to the database.

Yeah, you are right.
Also some RDBMS don't support DDL and DML statements inside one transaction. You may need to commit and begin after the create table DDL.

Christian

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

Reply via email to