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!

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
MonetDB-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-users

Reply via email to