I have created a call logging application for work using
I have this back end database and a front end app. Currently the database is 284MB.
The customer database is ~50,000 customers and having multiple datasets has slowed down my pc considerably. Each call is logged and we generally get about 100 calls a day.
I am looking to change the application now to something much faster as the speed of the app is too slow, especially for multiple users.
Please give me suggestions on what to use that will speed this app up. Please consider that we have ~50,000 customers and nearly 100 calls a day.
VB.NET:
dbProvider = "PROVIDER=Microsoft.Jet.OLEDB.4.0;"
The customer database is ~50,000 customers and having multiple datasets has slowed down my pc considerably. Each call is logged and we generally get about 100 calls a day.
I am looking to change the application now to something much faster as the speed of the app is too slow, especially for multiple users.
Please give me suggestions on what to use that will speed this app up. Please consider that we have ~50,000 customers and nearly 100 calls a day.