On Tue, 4 Nov 2008 12:10:28 -0800 (PST), Matimus <[EMAIL PROTECTED]> wrote: >I would just do something like this (not tested):
Thanks a lot guys :-) Worked first time.
I just have the usual issue with ASCII/Unicode:
=======
cursor.execute(sql)
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe9 in position
53: ordinal
not in range(128)
=======
Is there a way to get rid of this error once and for all?
Thank you.
--
http://mail.python.org/mailman/listinfo/python-list
