MarkEmerson
Programmer
Hello people,
quite an obscure request here but i'm desperate
Does anyone know of / can think of a way in which it is possible to lock an oracle record for the duration of a page being open.
I know you can lock the record using the "select for update nowait" sql commands but this obviously releases the lock when the recordset is closed.
Any ideas how i can maintain this lock?
M
quite an obscure request here but i'm desperate
Does anyone know of / can think of a way in which it is possible to lock an oracle record for the duration of a page being open.
I know you can lock the record using the "select for update nowait" sql commands but this obviously releases the lock when the recordset is closed.
Any ideas how i can maintain this lock?
M