On Feb 13, 2008 1:01 PM, Kasper Daniel Hansen <[EMAIL PROTECTED]> wrote:
> Thank you for a clear and precise answer.
>
> I seem to recall that it is possible to have in-memory databases with
> sqlite. But perhaps that is only possible with alot of tinkering and
> using the C functions. Is that true (I am thinking of avoiding the I/
> O bottleneck on our network drive by just moving everything into
> memory since we have a large mem server - but only if it is quick and
> easy)

Instead of specifying a filename for the database, try this instead:
":memory:".  If you need a file with that name, you would type this:
"./:memory:".
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to