On 27 July 2012 15:22, Arbol One <arbol...@gmail.com> wrote:
> Before calling the destructor, I would like to make sure that all the
> sqlite3_stmt have been 'finalized', is there a function in SQLite that that
> can help me do this, or should I just use 'NULL'?

The documentation is there to help you...
http://www.sqlite.org/c3ref/next_stmt.html
http://www.sqlite.org/c3ref/finalize.html

Regards,
Simon
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to