Christian,

That unknown method has gone, thanks for your help.

Now, I am getting this error after I called multiple  sql:execute-prepared calls

[BXSQ0001] An SQL exception occurred: 'ORA-01000: maximum open cursors exceeded

This error is called when we have exceed certain number of cursors in DB

>A JDBC ResultSet is supported by a single cursor on the database. When close() is called on the ResultSet, the cursor is released.

When basex made call for sql:execute-prepared, does it close statement and resultset?

Erol Akarsu




On Wed, May 28, 2014 at 4:14 AM, Christian Grün <christian.gruen@gmail.com> wrote:
Hi Erol (cc to the list),

> That solved the issue!
> Thanks for your help
>
> I like to know what is difference between xs:int and xs:integer ?

Values of type xs:integer may be bigger than Java integers. You'll
need BigInteger to accept these values in a Java function.

Hope this helps,
Christian