I have three tables I am working with in my JSL. I am calling these dt1, dt2, dt3.
dt1 has the columns A, B, C, D
dt2 has the columns B, X, Y, Z
dt3 has the columns D, Q, R, S
I want to lock B in table dt2. How do I do that? The usual ":B << lock (1)" script is locking B in dt1.