Cosmos75
Registered User.
- Local time
- Today, 12:42
- Joined
- Apr 22, 2002
- Messages
- 1,281
I was wondering what can contribute to a database file bloating?
Here's what I think I know..
1) Adding then deleting files.
2) Opening a recordset using DAO and not closing it (I don't even know what that means, never used it, I don't think...).
3) Using temporary tables. (What I create a table using a make-table query pulling infor from a table and adding an new fields with a default value of zero for use as a recordsource in a form. Then use that new field for calculations for display in the form and every time that form is opened that table is again created and the extra field is set back to zero. Is that a temporary table?)
Anything else?
Compiling and Saving all modules and then Compacting will reduce the file size to it's minimum size?
Also, there is mission2java_78's post for Access 2000? http://www.access-programmers.co.uk/forums/showthread.php?s=&threadid=8948&highlight=reducing+size
Any similiar trick for an Access 97 database?
Or is there more to it?
Here's what I think I know..
1) Adding then deleting files.
2) Opening a recordset using DAO and not closing it (I don't even know what that means, never used it, I don't think...).
3) Using temporary tables. (What I create a table using a make-table query pulling infor from a table and adding an new fields with a default value of zero for use as a recordsource in a form. Then use that new field for calculations for display in the form and every time that form is opened that table is again created and the extra field is set back to zero. Is that a temporary table?)
Anything else?
Compiling and Saving all modules and then Compacting will reduce the file size to it's minimum size?
Also, there is mission2java_78's post for Access 2000? http://www.access-programmers.co.uk/forums/showthread.php?s=&threadid=8948&highlight=reducing+size
Any similiar trick for an Access 97 database?
Or is there more to it?