Re: [sqlite] completion of sqlite3_exec

2005-05-30 Thread Dennis Cote
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 ca

[sqlite] completion of sqlite3_exec

2005-05-30 Thread Eno Thereska
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 f