SQLite: how to open existing database in memory

Mark Wieder mwieder at ahsoftware.net
Sat Oct 17 12:53:58 EDT 2015


On 10/17/2015 09:42 AM, Glen Bojsza wrote:
> Thanks for the clarification...this changes the direction I need to take.
>
> In creating an in memory database can you create one with a name?

Glen- sqlite works with data in memory.
So if you open a disk database you'll be working in memory unless you 
explicitly save the file to disk. It sounds like that's what you want to 
do anyway, so don't worry about the :memory: stuff, just open and peruse 
the data.

-- 
  Mark Wieder
  ahsoftware at gmail.com




More information about the use-livecode mailing list