<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 &quot;public&quot;.&quot;table_name&quot; (&quot;column1&quot;, &quot;column2&quot;, ...... &quot;column8&quot;) 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 &quot;pgpool_regclass&quot; because I am using PostgreSQL 9.4 and I&#39;ve checked that &quot;to_regclass(cstring)&quot; exists. </li><li>I did not install pgpool-recovery either.<br></li><li>I did install &quot;insert_lock&quot; 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>