2 Feb
2007
2 Feb
'07
2:29 p.m.
Hi Raffaele, On 02-02-2007 12:11:30 +0100, Verre Raffaele wrote:
String insert="INSERT INTO MYTABLE VALUES (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?, ?,?,?)";
ps=connMonetDB.prepareStatement(insert);
while (rs.next() ){
...
ps.setLong(38,rs.getLong(38));
ps.execute();
Your program looks correct to me. We identified the real problem, which is in the server. It doesn't like the number of arguments of the PreparedStatement. We're looking into a fix for the moment. Sorry for the inconvenience!