PDA

Click to See Complete Forum and Search --> : Exclusive row lock?


bbUFO
Jul 14th, 2000, 01:43 PM
I need some kind of record level exclusive lock for Oracle.
I tried rst.Open "Select * from table where xx for update",cnn. It doesn't work.
Anyone can suggest which command I can use to lock record in VB?