Hi,

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.

I was expecting the callback function to have a flag too (e.g. QUERY_COMPLETED) to tell me this, but it doesn't. Is there a solution?

Thanks
Eno

Reply via email to