Rajan, Vivek K wrote:
Thanks Igor.One question: So at any given point in time, one can only have _ONE_SQLite database in-memory?
Rajan,
No, you get a new independent in-memory database for each call to sqlite3_open() with a filename of ":memory:" Each call returns a separate sqlite3* database pointer.
Dennis Cote

