Hi,

Lloyd Dupont wrote:

a question about sqlite3.exe

reading some documentation aboit it I see you could have memory database.
how do I create them?
I'm not sure about Windows, but on Unix/Linux, it is:

sqlite :memory:

or attach them?

You issue the statement

ATTACH DATABASE ':memory:' AS mynameforthememorydatabase;

HTH

Ulrik P.


--
Ulrik Petersen, PhD student, MA, B.Sc.
Aalborg University, Denmark
http://ulrikp.org/

Reply via email to