Hi,
I have a program that creates a Access database.
It creates a table dynamically where some temprary data is stored. But this process is heavily used.
Once I need to update this table I have tried:
DeleteAll
Empty
Drop
But I can observe how the .mdb files grows each time I run this process.
It seems that the previous values stored in this table remains there ... and the file grows a similar amount of Kb each time I Delete/Empty/Drop and create it again and do my stuff to store the new values there.
Mmmhh ... As this process is going to be used real frequent for this project I do not like the idea that my database file will keep growing wild.
Is not supposed that the Dropped or Empty data in the table should dissappear?
What do I´m missing?
In the .dbf world there was a Delete---> Pack and this last one get rid nice of the deleted stuff...
Ideas? ... is this a bug?
TIA,
beno