Hi,
I am trying to handle a problem that occurs when
the disk is full:
when i try to insert, that return
SQLITE_FULL.
Ok.
There is not problem to get some elements from the
database.
Then I try to remove some elements...
But that returns SQLITE_BUSY!
I have tryed to stop all operation with:
sqlite_interrupt(this->cdb);
But it seems to have no effect!
How can I free the database so that I can remove
some elements from it?
Thanks.
|
- Re: [sqlite] Database Full! Benoit Gantaume
- Re: [sqlite] Database Full! Peter
- Re: [sqlite] Database Full! D. Richard Hipp
- Re: [sqlite] Database Full! Jakub Adamek
- Re: [sqlite] Database Full! Greg Obleshchuk
- Re: [sqlite] Database Full! Derrell . Lipman
- RE: [sqlite] Database Full! Fred Williams
- [sqlite] New Windows Product fo... Allan Edwards