Database Locking in Uipath

Hi,

I’m working on a massive DB handling process. My question is whether it is possible to lock a DB table row from UiPath. Locking in the sense, till Bot processes and updates the row back to DB.
Is there any way to do that ?
Thanks.

If you have control of the DB, an additional column could be added, in this field you can add the robots username / machine name when it retrieves the work (row from db) and carry out a check if that field is already populated via SQL

Thanks TimK,
That it is work around for what I’m expecting to achieve.
Is there any other way, to lock a DB from uipath either by running some scripts something like that.