Re: [sqlite] Database is full warnings

2011-09-10 Thread Ray Irvine
Simon: Thank you - let me run all this to ground. Ray On Sep 10, 2011, at 12:40 PM, Simon Slavin wrote: > > On 10 Sep 2011, at 8:28pm, Ray wrote: > >> I am using the Sqlite3 API. >> >> Why is so much free disc required? > > The error you reported means "I have run out of free space on a

Re: [sqlite] Database is full warnings

2011-09-10 Thread Ray Irvine
My mistake - sorry! On Sep 10, 2011, at 12:30 PM, Richard Hipp wrote: > On Sat, Sep 10, 2011 at 3:28 PM, Ray wrote: > >> I am using the Sqlite3 API. >> > > If you are using the sqlite3 API, then why is the warning message about the > sqlite2 API? Is that a bug in PHP?

Re: [sqlite] Database is full warnings

2011-09-10 Thread Luuk
On 10-09-2011 21:48, Simon Slavin wrote: > > On 10 Sep 2011, at 8:47pm, Luuk wrote: > >> Should that 10Gb not be, if free space drops below 10% of diskspace? > > You are sort of correct. It is different things -- sometimes a percentage, > sometimes a fixed number -- in different OS and

Re: [sqlite] Database is full warnings

2011-09-10 Thread Simon Slavin
On 10 Sep 2011, at 8:47pm, Luuk wrote: > Should that 10Gb not be, if free space drops below 10% of diskspace? You are sort of correct. It is different things -- sometimes a percentage, sometimes a fixed number -- in different OS and different versions. I quoted 10Gig to show the OP that

Re: [sqlite] Database is full warnings

2011-09-10 Thread Luuk
On 10-09-2011 21:40, Simon Slavin wrote: > > On 10 Sep 2011, at 8:28pm, Ray wrote: > >> I am using the Sqlite3 API. >> >> Why is so much free disc required? > > The error you reported means "I have run out of free space on a disk.". > > SQLite makes temporary files while you use it. If you

Re: [sqlite] Database is full warnings

2011-09-10 Thread Simon Slavin
On 10 Sep 2011, at 8:28pm, Ray wrote: > I am using the Sqlite3 API. > > Why is so much free disc required? The error you reported means "I have run out of free space on a disk.". SQLite makes temporary files while you use it. If you use some APIs these temporary files go in the same folder

Re: [sqlite] Database is full warnings

2011-09-10 Thread Richard Hipp
On Sat, Sep 10, 2011 at 3:28 PM, Ray wrote: > I am using the Sqlite3 API. > If you are using the sqlite3 API, then why is the warning message about the sqlite2 API? Is that a bug in PHP? > > Why is so much free disc required? > > I will the real answers from my hosting

Re: [sqlite] Database is full warnings

2011-09-10 Thread Ray
I am using the Sqlite3 API. Why is so much free disc required? I will the real answers from my hosting service Sent from my iPad On Sep 10, 2011, at 12:09 PM, Simon Slavin wrote: > > On 10 Sep 2011, at 7:47pm, Ray Irvine wrote: > >> [09-Sep-2011 09:10:20] PHP

Re: [sqlite] Database is full warnings

2011-09-10 Thread Ray Irvine
Sample message: [09-Sep-2011 09:10:20] PHP Warning: sqlite_exec() [function.sqlite-exec]: database is full in /home/xx/00build/include/t02enterreg.inc on line 738 On Sep 10, 2011, at 11:43 AM, Luuk wrote: > On 10-09-2011 19:45, Ray wrote: >> >> I am using sqlite on an application that

Re: [sqlite] Database is full warnings

2011-09-10 Thread Luuk
On 10-09-2011 19:45, Ray wrote: > > I am using sqlite on an application that run on a hosting service. After > some 18 months, I have started to see a few database is full warnings from my > PHP application. I will receive a warning but all appears well with the > database. The

[sqlite] Database is full warnings

2011-09-10 Thread Ray
I am using sqlite on an application that run on a hosting service. After some 18 months, I have started to see a few database is full warnings from my PHP application. I will receive a warning but all appears well with the database. The application uses four databases and the warning has