Scott A Mintz <sami...@ra.rockwell.com> wrote: > Thanks. I verified that by experimenting with the command-line > sqlite3.exe application. I assume the rule is: changes within a > transaction are only visible on that same connection.
Until the transaction is committed, yes. That's the whole point of transaction isolation. For one exception, see "2.2.1 Read-Uncommitted Isolation Mode" section at http://www.sqlite.org/sharedcache.html -- Igor Tandetnik _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users