All,

how do I close a cursor with SQLite --> I want to stop processing a SELECT before sqlite3_step() returns SQLITE_DONE...

Is sqlite3_interrupt() the right way? Does sqlite3_interrupt() deletes the prepared SQL-Statement?

Thank you,
  Michael

Reply via email to