Hello folks. This time I have (I hope) a much simpler question. While debugging my code, I managed to lock the database for all time. The only way I was able to unlock the database was by retrieving a copy of the database I had tucked away for just such contingencies. I looked in Jay Kreibich's very fine book, Using SQLite, but found no function that would unlock a database. Is there a function, method or process whereby I can unlock the database when it gets locked?
It seems a terrible waste to have to recreate the db if it has a bunch of data already in it when a bug has caused it to lock. R, John A.M. Darnell Senior Programmer Walsworth Publishing Company Brookfield, MO John may also be reached at [email protected]<mailto:[email protected]> Trivia question Trivia question: In The Lord of the Rings,Leglolas was a prince among the Silvan Elves. What was the name of his father the King? For extra credit, what was his surname? _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

