I wrote a program in VB.NET that uses a database of 120,000+ records. Each record has 12 fields and can containe quite a bit of data... Currently I have it setup to pull from an Access database, but it is SLOW. Searching and pulling upto 30,000 records at a time can take an hour or more.
My question is... What is the fastst alternative to using an Access DB? I cannot use a SQL DB as the end users will be pulling the data localy, not from a server. The users need to be able to edit and delete the records without it taking forever as well.
Any help is greatly appreciated.
My question is... What is the fastst alternative to using an Access DB? I cannot use a SQL DB as the end users will be pulling the data localy, not from a server. The users need to be able to edit and delete the records without it taking forever as well.
Any help is greatly appreciated.
Comment