Just want to make a note that when I say in-memory data base I don't mean
the cache memory I mean the :memory: date base.

On Tue, Apr 29, 2008 at 5:39 PM, Igor Tandetnik <[EMAIL PROTECTED]> wrote:

> Alex Katebi <[EMAIL PROTECTED]> wrote:
> >   I am planning to use only in-memory data base for my application. I
> > have couple of questions?
> >
> >  1) Would SQLite still make Rollback Journal files?
>
> No.
>
> >  2) If I have a single in-memory connection with multiple
> > statements, should I worry about table locks?
>
> No.
>
> Igor Tandetnik
>
>
>
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to