Linux - NetworkingThis forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
What I'm trying to do is one of those "shouldn't do things", quite silly actually and am not proud of it.
I have a software which ussually reads and seldom writes to an access database,
because of a time/cost matter, instead of doing it by the book... i.e. reprograming the application in a multi-tier enviroment, and changing to MySQL or SQL Server or similar, I'm trying to share the same access database.
To avoid going into development.
I thougth an access database would only lock the record instead of the file, and so this appears to happen on a shared windows directory but when going into a samba directory, the whole file is blocked.
I can even open many applications with the same aplication using the same database on the local drive on the computer and Access will defend the record so that only one writes at that record at a time.
So I thougth there must be something wich is locking the file within Samba.
I know there is a general parameter for file locking, but this is a general parameter and goes to all files, I only need to unlock this one or at least this share, and they recommend not to set it to off,
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.