Christian,

I have to make multiple calls to prepared statement so that  it is convenient to close SQL connection with sql:close every time an statement is executed
sql:close is for connection to SQL server but prepared statement?


On Wed, May 28, 2014 at 3:47 PM, Christian Grün <christian.gruen@gmail.com> wrote:
> [BXSQ0001] An SQL exception occurred: 'ORA-01000: maximum open cursors
> exceeded

Did you close your prepared statements via sql:close [1]?

Best,
Christian

[1] http://docs.basex.org/wiki/SQL_Module#sql:close