Passing Unicode strings to Database
Martin v. Loewis
martin at v.loewis.de
Thu Mar 7 03:58:37 EST 2002
More information about the Python-list mailing list
Thu Mar 7 03:58:37 EST 2002
- Previous message (by thread): Wait at EOF when executing a Python-Script?
- Next message (by thread): Passing Unicode strings to Database
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Mikhail Astafiev <mikle at tomsk.net> writes: > runes is array.array('H') containing Unicode string. > > Database string field has "ntext" type. How can I overcome this > problem? I recommend to use Python 2.x, and use Unicode objects to represent Unicode strings. For Python 1.5, if you are using the Win32 extensions, you can also try to use Mark's Unicode type. Regards, Martin
- Previous message (by thread): Wait at EOF when executing a Python-Script?
- Next message (by thread): Passing Unicode strings to Database
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list