cancel
Showing results for 
Search instead for 
Did you mean: 

Got run time error after locking one object.

rohit_dutta2
Explorer
0 Kudos

Hello,

After locked one object, If we get run time error in the program . what will happen :

1. object will be locked for infinite time? or

2. Automatically, after some time it will be unlocked.

Example:

lock DB_table.

//Processing... ====>> here we got run time error..!!!

unlock DB_table.

Accepted Solutions (1)

Accepted Solutions (1)

isaias_freitas
Advisor
Advisor

Hello Rohit,

The locks would be released during the error handling (automatic consequence of the runtime error).

Regards,

Isaías

rohit_dutta2
Explorer
0 Kudos

Thanks Isaías.

isaias_freitas
Advisor
Advisor
0 Kudos

You are welcome! 🙂

Answers (0)