Records Lock Property of Select Queries.....

P

Pramod Vispute

In the database I am maintaining, seems queries designed
using Query Design view. All select queries Records Lock
property has set to No Lock. These select queries are used
to update many master and transaction tables. As this is
multi-user system, some times I am getting database-
locking message. After this message, I need to repair the
database. Do I need to set records locks property to
Edited Records?
 
Top