I have a simple Access MDB that is only ever administered by one person. Other users have the data appear via the local intranet using ASP.NET.
Although this works fine, whenever a user views the web page, the server creates a lockfile in the same location as the MDB. This seems to stay there until manually deleted, but until this time access won't let the main user change any data within.
Is there not some way of opening an access mdb file as read only? (I know I know, SQL would be better, but overkill for what i need.....)
Ben
Although this works fine, whenever a user views the web page, the server creates a lockfile in the same location as the MDB. This seems to stay there until manually deleted, but until this time access won't let the main user change any data within.
Is there not some way of opening an access mdb file as read only? (I know I know, SQL would be better, but overkill for what i need.....)
Ben