I know I can perform a row lock during a statement but here is a more indepth question which is I need to be able to:
1: Execute a SQL statement, say a select using row lock and
then return those results and KEEP THE ROW LOCKED.
2: Do some radom task.
3: UNLOCK that row that I've locked.
My question is can you row lock something and keep it row locked, like getting some row lock id from sql and then until you unlock it explicitly it remains locked?
Thanks for the help!
Ryan
1: Execute a SQL statement, say a select using row lock and
then return those results and KEEP THE ROW LOCKED.
2: Do some radom task.
3: UNLOCK that row that I've locked.
My question is can you row lock something and keep it row locked, like getting some row lock id from sql and then until you unlock it explicitly it remains locked?
Thanks for the help!
Ryan