Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Oracle/PowerBuilder dll connection issues
Frank van Bortel wrote on 12.09.2006 19:46:
> Or even better: drop PowerBuilder; does it still
> generate lock statements?
>
It's been a long time since I worked with PB, but I have never seen PB explicitely lock a record or even a table without being asked for it.
Actually as far as I remember PB's strategy was optimistic locking (basically: when updating the records make sure the content in the DB is still the same as the one that was initially retrieved, if not throw an error) and it was very hard to actually implement pesimistic locking.
Thomas Received on Tue Sep 12 2006 - 13:14:23 CDT
![]() |
![]() |