LuYanJun <[EMAIL PROTECTED]> wrote:
Thanks, But I step the instruction fellow the hint by offcial
document by which said that's correct(BTW forgive me my poor english
): http://www.sqlite.org/concurrency.html
4.1 Read-only transactions
BEGIN READ_ONLY;
SELECT * FROM t1;
SELECT * FROM t2;
COMMIT;

If you actually read the text accompanying the example, you would see the example is shown as a hypothetical: " Perhaps a keyword after the BEGIN statement *could* be used" (emphasis mine).

Note that the article is quite obsolete. Many of the problems it discusses are solved long ago, without introducing those extra keywords.

Igor Tandetnik

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to