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
Simultaneous SQLite Connections
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Re: Simultaneous SQLite Connections
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
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
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode