Page 1 of 1

Simultaneous SQLite Connections

Posted: Tue Jan 03, 2012 11:15 pm
by Kaubs
Is it possible? I would like to open a connection while already connected to a different database. Has anyone had success with this? I have not be able to thus far.

Thanks!
Kaubs

Re: Simultaneous SQLite Connections

Posted: Wed Jan 04, 2012 12:16 pm
by Mark
Hi,

Yes, there is no problem opening a new connection to a different database but there might be a problem when trying to make two connections to one and the same SQLite database because you can open a file only once. I have never tried this so you'll have to experiment. Just try it.

Kind regards,

Mark