Salvador Ramirez <[EMAIL PROTECTED]> wrote: > Hello, > > I am having a problem with a table on a sqlite3 database > related with a lock that left by a program that died > abnormally in the middle of a select operating initiated > with a call to sqlite3_prepare(). Now I wonder how to take > off the lock on that table left by the program. >
Locks are removed automatically by your operating system when the program holding the lock exits. If you have a lock that is not clearing, it means that there is some programming that is still running and holding the lock. -- D. Richard Hipp <[EMAIL PROTECTED]> ----------------------------------------------------------------------------- To unsubscribe, send email to [EMAIL PROTECTED] -----------------------------------------------------------------------------