I am building a multi user DB and need to know what are the best practices to handle the record locking file.
The locking file for back end database is I dont care about for the front end, is there a way to hide it so the user doesnt see it?
In the past I have created a folder somewhere in the hard drive of the user's machine and then placed a short cut on the desktop. This way when the user runs the application on the desktop, they dont see the record locking file because it is created where the actual file is located.
Is the the right way of handling this?
Thank you
The locking file for back end database is I dont care about for the front end, is there a way to hide it so the user doesnt see it?
In the past I have created a folder somewhere in the hard drive of the user's machine and then placed a short cut on the desktop. This way when the user runs the application on the desktop, they dont see the record locking file because it is created where the actual file is located.
Is the the right way of handling this?
Thank you