Access 2000 database get huge in size. 
Author Message
 Access 2000 database get huge in size.

Problem with VB6.0 and Access 2000 format data base.

When adding new records to a base, the .mdb file gets very big, and as
consquence access time to the base becomes very long.

Example : original file size is 475 kB
We add 2500 new records (entries) to a table
New file size is 10.9 MB
We compact the database using Access 2000. The file is now 740 kB
What are we doing wrong ?

Same program connected to same data base, but in Access 97 format makes no
problem...


possible.



Fri, 14 Mar 2003 03:00:00 GMT  
 Access 2000 database get huge in size.
As far as I know, this is perfectly normal.  When deleting records out
of an Access database, you do not complety remove the information.
Well, you do but the space that was used by the information is not
released.

You just need to compact on a regular basis...

Quote:

>Problem with VB6.0 and Access 2000 format data base.

>When adding new records to a base, the .mdb file gets very big, and as
>consquence access time to the base becomes very long.

>Example : original file size is 475 kB
>We add 2500 new records (entries) to a table
>New file size is 10.9 MB
>We compact the database using Access 2000. The file is now 740 kB
>What are we doing wrong ?

>Same program connected to same data base, but in Access 97 format makes no
>problem...


>possible.



Sun, 20 Apr 2003 10:31:10 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Access 2000 database getting bigger

2. Importing an Access 2000 table into another Access 2000 database with VB Code

3. My Database gets HUGE ?

4. Getting back the formatted MsgBox in Access 2000 that worked in Access 97

5. concacenating a single field from an Access 2000 database while in Word 2000

6. Getting to Notes in Project 2000 stored in SQL Database

7. Using VBA to Convert Access 2000 database to Access 97

8. Size of Access 2000 object (.mdb file)

9. Creating new Access 97 database by VB code in Access 2000 module

10. access program database shrink in Access 2000

11. Convert access 2.0 to access 2000 database

12. Can't find installable ISAM when accessing Access 2000 database

 

 
Powered by phpBB® Forum Software