Closed chestnutsj closed 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
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