On 10 Sep 2015, at 8:05am, Ludovic Aubert <ludo.aubert at gmail.com> wrote:

> I am calling sqlite3_execute(db, "ANALYZE;") from a C program after a bunch
> of CREATE and INSERT,
> Then this program exits.

Are you checking the result returned by that C call to make sure it is 
SQLITE_OK ?

Simon.

Reply via email to