MySQL + Python.

Ingo Linkweiler i.linkweiler at web.de
Fri Nov 1 07:37:33 EST 2002


> c=db.cursor(???DictCursor???) ????

2 minutes later I found the solution:

e=db.cursor(MySQLdb.cursors.DictCursor)

Ingo




More information about the Python-list mailing list