This is a discussion on Set Lock Mode To Wait 30 in envirionment? within the Informix forums, part of the Database Server Software category; --> This is IDS 9.4 . There are many programs around here (c++/ado/Windows) where programmers did not set the lock ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| This is IDS 9.4 . There are many programs around here (c++/ado/Windows) where programmers did not set the lock mode anyplace in their programs. Changing DEADLOCK_TIMEOUT won't help. What I would like is to cause the default behavior to wait N seconds. I cannot find any ONCONFIG parameter or environment variable that seems to do that. Is there such a thing? sending to informix-list |
| ||||
| Bill Hamilton wrote: > This is IDS 9.4 . > > There are many programs around here (c++/ado/Windows) where programmers > did not set the lock mode anyplace in their programs. > > Changing DEADLOCK_TIMEOUT won't help. > What I would like is to cause the default behavior to wait N seconds. > I cannot find any ONCONFIG parameter or environment variable that seems to > do that. > Is there such a thing? No. Nothing for it but to fix those apps. That's why there are code reviews! Art S. Kagel |