OpenInformix / IfxPy

Informix native Python driver for scalable enterprise and IoT solutions.
Other
46 stars 22 forks source link

select text column failed, SQLCODE=-11071 #14

Closed chestnutsj closed 5 years ago

chestnutsj commented 5 years ago

dbschema : create table tab(id int, c text);

sql = 'select * from tab' stmt = IfxPy.exec_immediate(conn, sql) dictionary = IfxPy.fetch_both(stmt) ==>SQLCODE=-11071