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

If I understand it correctly, every sqlite3_open(":memory:") call creates a separate, independent in-memory database. So you can have many such databases open at the same time, but you can't have two handles open on the same in-memory database (the way you can on a file).

Igor Tandetnik

Reply via email to