<div dir="ltr"><div><div>When using an old VisualBasic app connecting to Pgpool (through ODBC driver in Windows 7), when it sends an INSERT, pgpool sends error:<br><br><font face="monospace, monospace"><font color="#660000">Error or notice message from backend: : DB node id: 0 backend pid: 27248 statement:<br>insert into "public"."table_name" ("column1", "column2", ...... "column8") values ($1, $2, $3, $4, $5, $6, $7, $8)<br>                returning ctid message: unnamed prepared statement does not exist</font><br></font><br><br></div>My testbench is:<br><ul><li>Pgpool 3.3.5 in replication mode with only 1 active node.</li><li>I did not installed "pgpool_regclass" because I am using PostgreSQL 9.4 and I've checked that "to_regclass(cstring)" exists. </li><li>I did not install pgpool-recovery either.<br></li><li>I did install "insert_lock" in database.</li></ul></div><div><br><div>Would this errror show up because of a multi-statement query? I still have to check the exact SQL query that ODBC is sending...</div></div><div><br></div><div><br></div><div><br></div><div><br></div></div>