I work at a small company with about 80 employees. We are currently using FoxPro 2.6 (and making the transition to Visual FoxPro).
When we use the database on the server, often the tables are locked, so users often get on the intercom to say "If you are 'parked' in the [any] file, please exit..."
Regarding this, I know that this has been solved already through transaction processing, but I don't understand how. With multiple users using the same database, how does it update - do their views update right then, and only specific records are locked?...
Furthermore, applying this subject to my company, most of our applications have parent-child relationship. The child table is the many table. So, do all of those records need to be locked to be viewed by one user?
How can we improve this? How can I fix things so users won't get on the intercom to ask another user to get out. Perhaps the other user hasn't even been 'parked' in the file that long!
Thank you very much for you help.
When we use the database on the server, often the tables are locked, so users often get on the intercom to say "If you are 'parked' in the [any] file, please exit..."
Regarding this, I know that this has been solved already through transaction processing, but I don't understand how. With multiple users using the same database, how does it update - do their views update right then, and only specific records are locked?...
Furthermore, applying this subject to my company, most of our applications have parent-child relationship. The child table is the many table. So, do all of those records need to be locked to be viewed by one user?
How can we improve this? How can I fix things so users won't get on the intercom to ask another user to get out. Perhaps the other user hasn't even been 'parked' in the file that long!
Thank you very much for you help.