Eno Thereska wrote:

Is there a way to know if a row returned through the callback to sqlite3_exec is the "last" row that will be sent (i.e. the query has finished completely)? I ask because I have per-query data structures that I need to free once I know a query has completed.

Eno,

Your call to sqlite3_exec() will return only after the the query is completely finished. Can't you free your data structures then?

HTH
Dennis Cote

Reply via email to