mysql connection

Python_it python_it at hotmail.com
Fri Nov 18 07:34:51 EST 2005


How can I close more cursors at the END of my page,
after execute some scripts/functions.

example:
I use one DB connection and 5 cursor actions.

How can I close these connections/actions at the END of my page?


cursor.close() ==> 5 times??
db.close()




More information about the Python-list mailing list