Too many open cursors

Error constant SQLE_TOO_MANY_CURSORS
ODBC 2 State ERROR
ODBC 3 State ERROR
Severity 17
SQLCODE –1230
SQLSTATE 54W12
Sybase error code 13287
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.