In oracle forms 10g, like to implement optimistic locking.... Any implementation directions ?
To address concurrency ( two users accessing same row at same time ) , I like to implement optimistic locking.
I saw some implementation using table level triggers ( before insert trigger / before update trigger ) and they check version/transaction control number .
I like to implement it in oracle 10g forms, is there any good implementation suggestions ?
thanks
amey