> is there a way to create more then one sqlite connection hadles for the
> same in-memory database?

No.

> There was a proposal:
> http://www.mail-archive.com/sqlite-users@sqlite.org/msg35438.html
> from Markus Lehmann.
> Is this a safe sollution?

I guess if it's not in the mainline SQLite it's not safe. If you want
a proof just do the hack and test your application.


Pavel


On Tue, Jul 26, 2011 at 4:00 PM, Maik Scholz <scholz.m...@t-online.de> wrote:
> Hi,
> is there a way to create more then one sqlite connection hadles for the
> same in-memory database?
> I know that I could share the connection pointer, but I would prefer to
> to have differrent indipendent
> connections.
>
> There was a proposal:
> http://www.mail-archive.com/sqlite-users@sqlite.org/msg35438.html
> from Markus Lehmann.
> Is this a safe sollution?
>
> Regards
>
> Maik
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to