Discussion:
UltraLiteJ Error[-1230]: Too many open cursors
(too old to reply)
kassy
2012-10-16 08:41:17 UTC
Permalink
Hi, I have this error always after synchronization. In the documentation says:

Probable cause
You exceeded the number of cursors allowed to be open on a single UltraLite database. Check to ensure you are freeing statements when you are done with them.

but I made sure that the connections are released.
I'm looking for more information on this topic but I can not find anything related to vision problems. I've looked at the documentation and forums sybase.
kassy
2012-10-16 13:13:14 UTC
Permalink
Post by kassy
Probable cause
You exceeded the number of cursors allowed to be open on a single UltraLite database. Check to ensure you are freeing statements when you are done with them.
but I made sure that the connections are released.
I'm looking for more information on this topic but I can not find anything related to vision problems. I've looked at the documentation and forums sybase.
I detail the error:

Error:UltraLiteJ Error[-1230]: Too many open cursors
com.ianywhere.ultralitejni12.implementation.JniException: UltraLiteJ Error[-1230]: Too many open cursors
at com.ianywhere.ultralitejni12.implementation.JniPreparedStatement.set(Native Method)
at
ClaseDAO.fijarParametrosPreparedStatemente(ClaseDAO.java:420)

Loading...