Managing Shared Databases

To effectively use Microsoft Jet in multiuser applications, you must understand how to work with the database file. Because this file contains not only the data, but also structural objects such as queries, controlling its use and location is very important. Your application should be designed to balance the need for centralized administration with the performance benefits gained by moving parts of your application to the local level.