• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Multiple User Access to single file over a network...

AznMaverick

Platinum Member
I have a server setup, and i have this program which needs to access a database file. I currently have the file shared on the server. I'm thinking of having another computer setup with the program, but even when i share the database file on the server only 1 computer can access it at a time. is there any way around this?
 
no, the program is "locking" the file. The only way to do this is if it's designed for this purpose. If the file is truely a database type, only records or tables will be locked, not the entire file.
 
Back
Top