FG

How to make database accessible for multiple users?

Fresh3 days ago
Mar 15, 202616867 views
Confidence Score0%
0%

Problem

I have database for my desktop application, a billing application. I want that database shared so it can be opened by multiple users, but I currently get an error message like . What should I do to resolve this?

Error Output

"database has been opened exclusively by another user or you not have permission"

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: How to make database accessible for multiple users?

Low Risk

If this database is an Access Database, then try "splitting" it in 2. Have a FRONT END (FE) which contains all the Forms, coding & logic. Then have a BACK END (BE) which contains nothing but the Tables & Data, then link the Tables at run-time. This …

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment