MSAccess file format woes
-
One mdb file with one table, 3 columns and containing approx 15 records. Size is 88kb. Deleted ALL records, no other changes, and...guess what? Size *grows* to 128Kb...:confused:
Probably, this is related to possibility to restore deleted rows. So, even you have no data in the table, the "log" maintained internally by databse recorded your records and you will be able to restore them.
-
One mdb file with one table, 3 columns and containing approx 15 records. Size is 88kb. Deleted ALL records, no other changes, and...guess what? Size *grows* to 128Kb...:confused:
Use "Compress and repair" function in Access and it should shrink. The Jet db engine only ads sectors while manipulating the db file. Pavel Sonork 100.15206
-
One mdb file with one table, 3 columns and containing approx 15 records. Size is 88kb. Deleted ALL records, no other changes, and...guess what? Size *grows* to 128Kb...:confused:
-
One mdb file with one table, 3 columns and containing approx 15 records. Size is 88kb. Deleted ALL records, no other changes, and...guess what? Size *grows* to 128Kb...:confused:
-
Probably, this is related to possibility to restore deleted rows. So, even you have no data in the table, the "log" maintained internally by databse recorded your records and you will be able to restore them.