database size goes on increasing

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a vb application with back end database in access. Upon transactions
in the application the size of database increases to 2 to 3 times than normal
size. This will affect the performance. What is the reason? How can i prevent
to increase the size? (However, I can compact the database to reduce the
size.)

Sanjay Limbikai
 
Sanjay said:
I have a vb application with back end database in access. Upon
transactions
in the application the size of database increases to 2 to 3 times than
normal size. This will affect the performance. What is the reason? How can
i prevent to increase the size? (However, I can compact the database to
reduce the size.)

Sanjay Limbikai

Access does not have a "normal" size, it increase as it stores more
data, and information like reports.

Yes you can compact an Access Database. Access, like many databases
does not really delete data, it just hides it. Compacting an Access
database will actually delete it and that will reduce the size of the file.
Quite often a back end database is repaired and compacted on a regular
schedule.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top