I have multiple independent processes, Scripts A and B, that each access the same table. I would like to Script A to read a record from the table then maybe modify that record (or maybe not).
The thing is that I need to keep Script B from accessing that particular record In the midst of that. Is there a manual lock perhaps? Something that will keep Script B out for just those few milliseconds?
Thanks