Table locks and forms operations hanging [message #388340] |
Tue, 24 February 2009 06:46 |
|
didiera
Messages: 134 Registered: August 2007 Location: Mauritius
|
Senior Member |
|
|
Hello everyone,
I need some guidance and clarifications on an issue. I often come across problems with table locks acquired by concurrent sessions on a given module giving rise to other user's windows hanging on delete operations and the like. There is a form that is shared among local users for performing some usual CRUD operations on a set of related tables. The thing is that it often happens that some users acquire locks on one of these tables and lock out others that are using the same form on other manupulations on the same underlying table. I wanted to know if that behaviour could be caused by the way the form was created/coded (I use parent-child relations) and if there were anything that could be done to work-around this instead of always having the Admin killing sessions around. I have noticed that some locks remain pending when users have left their terminal unattended or forgot to close the application (this might have nothing to do with our problem)
Your input is most welcome.
regards,
Didz
|
|
|
|
|
|
|
|
|
|
|