Getting started with mysqldb

Greg Fortune gfortune at linuxteams.com
Fri Sep 15 23:29:10 EDT 2000


As far as reading goes, I recommend MySQL by Paul DuBois from New
Riders.  It doesn't have any Python stuff in it, but it serves as an
excellent MySQL reference.

Have you tried doing a
print type(currentRow)

Although I usually use string = 'abc' + 'def' to concate strings
together, I tried the % operator with all the types I know of that the
MySQL module throws back and none of them reproduced the error.  Check
the type of currentRow and see what it shows...

Greg Fortune
www.linuxteams.com

<snip>



More information about the Python-list mailing list