| View previous topic :: View next topic |
| Author |
Message |
Gianluca General User


Joined: 25 Aug 2003 Posts: 11 Location: Pisa-ITALY
|
Posted: Wed Jan 31, 2007 8:54 am Post subject: My Oobase file is growing, elseif I DELETE table's content. |
|
|
Hi all
I created an OoBase file with a main table that periodically should be emptied and its contents renewed.
This table is in fact populated by a spreadsheet file contents.
In order to empty the table I'm using the "DELETE FROM" SQL command, that, from a logical point of view seems to work fine.
BUT
the OoBase file is growing time by time, despite the fact that its main table is (sometime ) empty.
My understanding is that DELETE does a logical deletion without phisical removing od the data.
I would like to phisically delete data, in order to have a lighter file,at the end.
Anyone could help me?
many thanks
Gianluca _________________ Forget computers, visit Italy. |
|
| Back to top |
|
 |
Sliderule Super User


Joined: 29 May 2004 Posts: 2473 Location: 3rd Rock From The Sun
|
Posted: Wed Jan 31, 2007 9:02 am Post subject: |
|
|
Gianluca:
Please see the link below, for instructions on how do remove the data from your Base ( HSQL ) database file, and, result in a smaller size ODB file.
http://www.oooforum.org/forum/viewtopic.phtml?t=52208
I hope this helps, please be sure to let me / us know.
Sliderule |
|
| Back to top |
|
 |
Gianluca General User


Joined: 25 Aug 2003 Posts: 11 Location: Pisa-ITALY
|
Posted: Wed Jan 31, 2007 9:25 am Post subject: |
|
|
Woh, sliderule
I really did not expect a so quick answer.
I tried the 'CHECKPOINT DEFRAG' and worked perfectly.
thanks a lot
Gianluca _________________ Forget computers, visit Italy. |
|
| Back to top |
|
 |
|