sqLite in Memory

Peter Haworth pete at lcsql.com
Fri Jun 15 20:46:41 EDT 2012


Not specifying a db file name actually creates a temporary disk file, which
is deleted when you close it. To get an in-memory db, use a db name of
":memory:".
Pete
On Jun 15, 2012 4:13 PM, "Mike Bonner" <bonnmike at gmail.com> wrote:

> Don't specify a database name and it will open the db in memory.
>
> get revopendatabase("sqlite",,,,,,) --not sure how many commas off the top
> of my head.
>
> On Fri, Jun 15, 2012 at 5:08 PM, Bob Sneidar <bobs at twft.com> wrote:
>
> > I am just certain that I read on this forum that you could create an
> > sqLite database in memory! But when looking through the dictionary and in
> > the LiveCode lessons there seems to be no mention of how! Can someone
> point
> > me to the right docs for this?
> >
> > Bob
> >
> >
> >
> > _______________________________________________
> > use-livecode mailing list
> > use-livecode at lists.runrev.com
> > Please visit this url to subscribe, unsubscribe and manage your
> > subscription preferences:
> > http://lists.runrev.com/mailman/listinfo/use-livecode
> >
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>



More information about the use-livecode mailing list