Database

leighcloon

New member
Local time
Today, 06:04
Joined
Jan 13, 2004
Messages
5
I have a client that is using an MS Access database, and the database is now full. No more records can be added. I have not developed the application for them, but they have come looking to me for advice. The original developers have gone bust. What should I recommend them to do?

Thanks in advance,
Finbarr
 
No more records can be added.
Are you sure? What happens when you try? You could change the backend for storing the data and keeping the front end the same.
 
Have they compacted the database?

I would suggest running the database splitter wizard but it might not run if the db is at its max size. The alternative is to split the db manually.
1. Create a new db and import ONLY the tables.
2. Create a second new db and import everything EXCEPT the tables.
3. In the second db, link to the tables of the first new db.

Once everything works, you can archive the old db.
 

Users who are viewing this thread

Back
Top Bottom