Re: Writing Unicode to database using ODBC

2008-09-03 Thread John Machin
On Sep 4, 3:11 am, Mudcat <[EMAIL PROTECTED]> wrote: [snip] > However, now that I've got all that working I'd like to simply take > the unicode data from the xml parser and then pass it directly into > the database (which is currently set up for unicode data). I've run What database? What does "s

Writing Unicode to database using ODBC

2008-09-03 Thread Mudcat
In short what I'm trying to do is read a document using an xml parser and then upload that data back into a database. I've got the code more or less completed using xml.etree.ElementTree for the parser and dbi/ odbc for my db connection. To fix problems with unicode I built a work-around by mappin