On Wed, 2005-02-09 at 14:56 -0500, Luc Vandal wrote: > if my app has a sqlite3* pointer to the database and another app does > a VACUUM on the same database, will the pointer still be valid?
Yes. > > Also, what if, while doing a VACUUM, a query executes on the database? > Will it just fail? You will get SQLITE_BUSY. -- D. Richard Hipp <[EMAIL PROTECTED]>

