Alex Katebi <[EMAIL PROTECTED]> wrote: > Notice that I have multiple stmts stepping over the same table at > the > same time. > Why is this OK?
Why shouldn't it be? > There isn't a table level lock? A file level lock, even. It happily locks out other connections (of which you have none). But a connection cannot lock _itself_ out. Igor Tandetnik _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

