Karthik <[EMAIL PROTECTED]> wrote:
> is it possible to set a limit on the database size?

PRAGMA max_page_count
http://sqlite.org/pragma.html

> how does sqlite
> behave when database size reaches the threshold(the
> default/configured one)?

You get an error executing the statement that takes it over threshold.

Igor Tandetnik



_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to