TOraQuery.CheckMode
TOraQuery.CheckMode
What is the difference between using CheckMode and setting RefreshOptions to include roBeforeEdit in a TOraQuery component?
Hello
The CheckMode property is used for compatibility with old versions of ODAC. To lock record on editing we recommend to use the LockMode property (instead of the cmException value in the CheckMode property). And to refresh record before edit we recommend to include roBeforeEdit to the RefreshOptions property (instead of the cmRefresh value in the CheckMode property).
The CheckMode property is used for compatibility with old versions of ODAC. To lock record on editing we recommend to use the LockMode property (instead of the cmException value in the CheckMode property). And to refresh record before edit we recommend to include roBeforeEdit to the RefreshOptions property (instead of the cmRefresh value in the CheckMode property).