4
1
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 "database has been opened exclusively by another user or you not have permission"
.
What should I do to resolve this?
3Did you search the net for solutions? There are many results in Google for the error message you mention. Have you discovered if it is a permission error or an exclusive lock error, or both? – Tony – 2011-06-27T10:01:32.370
We usually solve this by moving away from Jet databases. – Ignacio Vazquez-Abrams – 2011-06-27T15:01:02.460
What kind of database is it? MsAccess? – slotishtype – 2011-06-27T15:01:10.010
There is nothing inherent in Jet/ACE that causes this error. It's a configuration problem, nothing more, nothing less. – David W. Fenton – 2011-06-28T21:11:04.150
@Tony... there isn't an easy solution to this. – James Mertz – 2011-07-18T20:50:07.467