Ms Access Datastore Application

The Ms Access database application design uses a single back-end Ms Access datastore that is connected that is connected to a windows application client, which is typically written in VB or one of the Dot Net languages (e.g. C# .NET or VB.NET).

The Ms Access Datastore approach uses Ms Access exclusively as a datastore, and is generally useful for “occasionally connected” applications that need to be deployed to a standalone PC like a laptop or notebook. Ms Access Datastore applications are best suited to referencing information and frequently the Ms Access synchronization capability to used to periodically update and share data.

Ms Access Datastore Application Scorecard

Ms Access Datastore Limitations

The Ms Access Data Store method can be used to house data on a network file share, however the Data Store approach forces Ms Access to handle multi-user data concurrency issues, which are always best handled by a database server, and therefor can and will impact performance.

Limitations to the Ms Data Store Application approach generally include data integrity and security issues inherent with all Ms Access file-based solutions. As a desktop product, this model does not lend itself to centralized maintenance — Ms Access repair and compact must be run by the end users.  In the end, this design is as costly to develop and deploy as a full Client-Server application, but lacks the full Client-Server benefits of centralized security, better performance, and ease of maintenance.