Does a virus checker have the file open?
Dave Dyer wrote:
I've got a database that is permanantly locked, presumably due to
some error. Any attempt to modify it results in a "sqlite_locked"
error. This error persists even if all users close the database.
sqlite> insert into user (name) values ('fred');
SQL error: database is locked
-- How do I clear this error?
-- I'm pretty sure I know how this error became embedded in the
database - I punted out of a sqlite transaction without calling
end_transaction using the C api. It seems inelegant that a
program error would leave the database unusable.
-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------
-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------