Markus Kolb <[EMAIL PROTECTED]> wrote:
> 
> I am using autocommit and I call sqlite3_exec with a SQL-INSERT inside a
> sqlite_callback()-function which gets called for each row of a
> SQL-SELECT (sqlite3_exec, too).
> 
> So again my question what can I do to get the data written to DB file or
> why there is this behavior?
> 

The transaction will not COMMIT until the outer query finishes.
--
D. Richard Hipp   <[EMAIL PROTECTED]>

Reply via email to