Access Database Problems
January 7, 2005 1:01 PM
Subscribe
Access database problems...
I have a database which I use to store a set of data. Right now I have 2 Access databases, one which holds the data, and the other which acts as the end-user interface. The database with the data is 1.5GB, and grows every day by 3-4 MB with new data. This is causing the data fielding to be extremely slow.
What are my solutions for this? SQL server? Another database program? It has to run on a Windows platform, and preferably be free due to budget constraints.
posted by benjh to computers & internet (9 comments total)
Second, are you running the compact and repair utility? Tools -> Database Utilities -> Compact and Repair. This will shrink an .mdb file dramatically in many cases.
Third, are you storing images or OLE datatype stuff in there? That's a notorious cause of bloating, and, indeed, file corruption. If so, you may want to store that stuff in the filesystem and keep paths to the files in the Accesss tables.
posted by crunchburger at 1:15 PM on January 7, 2005