I am constrained by the following, no way around it:
- Read-Only Data: Microsoft Access
- JET 4.0 OLDB
- ASP.NET 2.0
- Shared Host, very little control.
- OR Mapper - LLBL Gen Pro
The app is a read-only tool that reads a lot of Microsoft Access Databases in the APP_Data folder. Works fine mostly.
Under load it starts failing accessing the Access MDBs.
What is the best strategy for accessing the Access MDBs to limit errors in accessing them? Right now I try, then Thread.Sleep(500) on an error then try again.