Whenever you have doubt like that just go to http://www.sqlite.org/lang.html and see if the statement you are trying to execute exists there and what its correct syntax is.
Pavel On Wed, Apr 20, 2011 at 10:40 AM, <[email protected]> wrote: > Is LOCK TABLE statement supported by by SQLite? I am getting syntax error > when I execute this "LOCK TABLE tablename IN EXCLUSIVE MODE NOWAIT". Just > want to make sure it's not supported rather than my syntax is incorrect. > > > _______________________________________________ > sqlite-users mailing list > [email protected] > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users > _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

