Click here to Skip to main content
15,907,492 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have 65000 of records in my database.I am using access database. No chance to split that database. Name , ID,mobile no., email id,address these fields exist in my database. All fields are non blank. I install my software on server and 3 members are accessing that database through network. When I update query is fired software take few seconds of time to update. Is there any solution to speedup the updation or accessing database queries.
Posted

1 solution

If you need to use access and no option to alter anything, then your only option is a faster network. access isn't a database server meaning the users all read/write to the file themselves. This is always slow an inefficient. Consider using a real database server because 65000 records really is nothing and won't get better with access.

Good luck!
 
Share this answer
 
Comments
dcba1 26-Nov-12 5:03am    
what u want to say? Is there any solution for that??
E.F. Nijboer 26-Nov-12 7:05am    
An actual solution would be to use an actual database server, like SQL Server or MySQL. The way it works now is simply a shared network file used by different users.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900