Re: [sqlite] How to take off a lock on a table

2006-11-27 Thread Jay Sprenkle
On 11/24/06, 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 of

Re: [sqlite] How to take off a lock on a table

2006-11-25 Thread drh
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 >

[sqlite] How to take off a lock on a table

2006-11-24 Thread Salvador Ramirez
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. Any hel