Description: i have a problem executing the prepared statement more than once with binding parameters. 1st time it executing correct then resetting the parameters,statement and when i try to execute same prepared statement next time it is failed…
I am running PostgreSQL Version 9.3.4 on an Ubuntu 64 bit Server.
I am using the PoatgreSQL ODBC Driver (libpsqlodbcw) version 9.03 on HP-UX.
I am able to connect, retrieve data and do general sequel updates. However, when I attempt to update a…