Fin Springs <[EMAIL PROTECTED]> wrote:
> Is it possible to open multiple connections to an in-memory database?

No.

> I have an application that gets a db handle with
> sqlite3_open(":memory"). If another thread in the application were to
> make that same call, would it get the same handle, another handle to
> the same in-memory database, or a handle to a new in-memory database?

A handle to a new in-memory database.

Igor Tandetnik



_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to