MySQLdb and Cursor

Michel Combe combe.michel at 9online.fr
Thu Oct 9 08:51:58 EDT 2003


Hi all,

I'm writing a program that will read an ASCII file periodically and update
several tables in a MySQL database.
My question is "Can I use the same cursor for several SQL requests (SELECT
and INSERT) or do I have to close the cursor between 2 requests ?".

Regards
Michel Combe






More information about the Python-list mailing list