Hi,
I have set encoding/decoding to 'utf8' as,
*cnxn.setdecoding(pyodbc.SQL_CHAR, encoding='utf-8')
cnxn.setdecoding(pyodbc.SQL_WCHAR, encoding='utf-8')
cnxn.setencoding(unicode, encoding='utf-8')*
as mentioned at link
https://github.com/mkleehammer/pyodbc/wiki/Unicode#mysql-and-postgresql
<https://github.com/mkleehammer/pyodbc/wiki/Unicode#mysql-and-postgresql> .
But still I am getting error.
Thanks.
--
View this message in context:
http://apache-ignite-users.70518.x6.nabble.com/Error-while-passing-arraylist-as-argument-to-INSERT-data-into-Ignite-cache-using-pyodbc-tp13049p13097.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.