[sqlite] Table Lock Error Question

2008-08-23 Thread Alex Katebi
Hi, What can cause an in memory database a table lock error besides not finalizing statements? Thanks, -Alex ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Re: [sqlite] Table Lock Error

2008-08-21 Thread Igor Tandetnik
"Alex Katebi" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > For a in memory connection I get table lock error 6. > I have one in memory connection with many prepared statements for > different tables. > Depending how the statements are interleaved I get a table lock error > when

[sqlite] Table Lock Error

2008-08-21 Thread Alex Katebi
Hi, For a in memory connection I get table lock error 6. I have one in memory connection with many prepared statements for different tables. Depending how the statements are interleaved I get a table lock error when dropping a table. What is causing of this? I did turn on tracing. I am