Hi,

I have a problem with inserting Unicode characters into MaxDB 7.6 from
python.

I use a simple statement for testing:
INSERT INTO TMP(a) VALUES ('ā')
(in case the values() character does not show correctly, that's Latvian a
with diacritical mark)

My source file is UTF-8 and in the database, parameter DEFAULT_CODE is
Unicode.
When I try to execute that insert with Loadercli session, I get the utf-8
string in the database allright. When I try to execute using SQL session, I
get garbage inserted.
Any ideas?

Thanks, Eduard

Reply via email to