Record locked (by whom?) Database Refresh, Locks

How do you make locks to the database for transactions?


Hi,

Sorry can you be more specific? I didn't understand your topic, as well. Which database-access component are you using? Usually there are default configurations for transactions in the connection component.
1.When the record is edited, in a multi-user environment, how do I prevent an edit to an already edited record?

2. How do I refresh the grid, if it is already updated?

3. How do I prompt - this record is locked by XXXX (machine\user). ?


  1. You can use versioning:

    2. Reload the objects in manager and reload the dataset.

    3. If you use versioning, an error message is provided by TMS Aurelius.