Thanks Igor. 

One question: So at any given point in time, one can only have _ONE_
SQLite database in-memory? 

Rajan


>-----Original Message-----
>From: Igor Tandetnik [mailto:[EMAIL PROTECTED]
>Sent: Thursday, October 20, 2005 1:57 PM
>To: SQLite
>Subject: [sqlite] Re: in memory SQLite in C/C++
>
>Rajan, Vivek K wrote:
>> As I understand it is possible to us in-memory SQLite database. Does
>> someone have example C/C++ code to demonstrate techniques for using
>> in-memory SQLite database?
>
>You use sqlite3_open to open a database with a special name ":memory:".
>Then just use it as you would a regular file-based database.
>
>Igor Tandetnik

Reply via email to