Re: [sqlite] HELP!

2018-11-10 Thread Clemens Ladisch
am...@juno.com wrote: > I work for a company that has a many locations with more than one > person in every location. I want to share the databases I have built > using SQLITE with some of the people in each location. Do any of you > good people know is SQLITE on the cloud? It's not; SQLite is

Re: [sqlite] HELP!

2018-11-10 Thread Dingyuan Wang
There are some cloud solutions: https://dbhub.io/ for sharing https://bedrockdb.com/ for distributed hosting 2018/11/11 8:49, am...@juno.com: > November 10, 2018 Dear Good People: I work for a company that has a many > locations with more than one person in every location. I want to share the >

Re: [sqlite] Connect Failure: too many open files

2018-11-10 Thread Jens Alfke
You must not be closing the SQLite connection when the app goes into the background. Then the file descriptors stay open, and new ones are opened (on the same file) when you reopen when the app activates. —Jens ___ sqlite-users mailing list

Re: [sqlite] HELP!

2018-11-10 Thread Jens Alfke
> On Nov 10, 2018, at 4:49 PM, am...@juno.com wrote: > > November 10, 2018 Dear Good People: I work for a company that has a many > locations with more than one person in every location. I want to share the > databases I have built using SQLITE with some of the people in each location. > Do

[sqlite] HELP!

2018-11-10 Thread am...@juno.com
November 10, 2018 Dear Good People: I work for a company that has a many locations with more than one person in every location. I want to share the databases I have built using SQLITE with some of the people in each location. Do any of you good people know is SQLITE on the cloud? lf so, I

Re: [sqlite] Connect Failure: too many open files

2018-11-10 Thread Simon Slavin
On 10 Nov 2018, at 1:57pm, Simon Slavin wrote: > Do you test the code returned by sqlite_close() to make sure it is returning > SQLITE_OK and not an error ? Sorry, I forgot a possibility. If your application has a statement which is not terminated, it cannot close the database. For example,

Re: [sqlite] Connect Failure: too many open files

2018-11-10 Thread Simon Slavin
On 10 Nov 2018, at 12:52pm, Paresh Sukhiya wrote: > 9. Whenever the app goes in background we Shut Down the SQLite connection and > on Activation we Initialize the SQLite again in Serialized mode. If the problem really is with SQLite, and not some other thing which is opening files, then my

Re: [sqlite] Documentation of SQLite

2018-11-10 Thread Dan Kennedy
On 11/10/2018 05:44 PM, Patrik Nilsson wrote: Dear All, Where can I find the downloadable HTML documentation? Not so long ago I could download it on the download page. It was forgotten for the 3.25.3 release. It's back up now. Dan. ___

[sqlite] Connect Failure: too many open files

2018-11-10 Thread Paresh Sukhiya
Dear SQLite people, Please help me with the issue occurring while using SQLite in sqlite3. Connect Failure: (Too many open files) I’ll let you know the whole scenario and if you could then please help. We use sqlite3 in a mobile apps. I have created a SQLite connection with Serialized mode with

Re: [sqlite] Problem with https://www3.sqlite.org

2018-11-10 Thread Richard Hipp
On 11/10/18, Domingo Alvarez Duarte wrote: > Hello Richard ! > > It seems that you have a problem again with https://www3.sqlite.org for > several days now. > > It can't be reached. Thanks. Rebooted now and working again. -- D. Richard Hipp d...@sqlite.org

[sqlite] Documentation of SQLite

2018-11-10 Thread Patrik Nilsson
Dear All, Where can I find the downloadable HTML documentation? Not so long ago I could download it on the download page. Best regards, Patrik -- PGP-key fingerprint: 1B30 7F61 AF9E 538A FCD6 2BE7 CED7 B0E4 3BF9 8D6C ___ sqlite-users mailing list

[sqlite] Problem with https://www3.sqlite.org

2018-11-10 Thread Domingo Alvarez Duarte
Hello Richard ! It seems that you have a problem again with https://www3.sqlite.org for several days now. It can't be reached. Cheers ! ___ sqlite-users mailing list sqlite-users@mailinglists.sqlite.org