Default-lock

raghooveer

New Member
Hi,

When a record is read from database by default its share-lock, is it possible to change this to no-lock. I mean is there any startup parameters to set default locking to no-lock.

Thanks in advance.

Regards
Raghuveer
 
???

Why do you wish to over ride Progress? The default is Share lock for a reason. Good practise would be to have your in house Programmers / Progress team / coders dynamicaly learn how to code. Simple neat and tidy way would be to dynamicaly alter the lock status. At some point on-the-fly alter the lock to a more pessamistic lock. Altering startup parameters can become messy for the long term and is an untidy way.
 
Firstly I would like to thank Lee for his time.

Lord,

I was just wondering is it possible but am not over ride any default settings.
Anyways thanks for your comments.

Regards
Raghuveer
 
Back
Top