
On 07-07-2009 09:59:30 +0200, Franck Routier wrote:
trying to populate my database using jdbc, I encounter the following error :
java.sql.SQLException: no prepared statement with the given id at nl.cwi.monetdb.jdbc.MonetConnection $ResponseList.executeQuery(MonetConnection.java:2219) at nl.cwi.monetdb.jdbc.MonetConnection $ResponseList.processQuery(MonetConnection.java:1978) at nl.cwi.monetdb.jdbc.MonetConnection.commit(MonetConnection.java:348)
The error comes at a seemingly random time, depending on the run, I could insert 22000 rows, then 9800, etc.
I am using the latest published version (MaySP1).
Is this a know problem ?
The server-side prepared handle could be garbage collected somehow. Is the application by chance creating the prepared statement inside a transaction?