Re: [GENERAL] ZEOS or PGDAC - How to lock a resource?

2011-05-06 Thread Mark Morgan Lloyd
Merlin Moncure wrote: 2011/5/4 durumdara : Hi! We will porting an application to PGSQL from some table based app (BDE like). The older application used a special technic of the driver: if a record edited, some exclusive (over transaction), "forever living" lock put on it. On exit, cancel, or p

Re: [GENERAL] ZEOS or PGDAC - How to lock a resource?

2011-05-04 Thread Merlin Moncure
2011/5/4 durumdara : > Hi! > > We will porting an application to PGSQL from some table based app (BDE > like). > > The older application used a special technic of the driver: if a record > edited, some exclusive (over transaction), "forever living" lock put on it. > On exit, cancel, or post this lo

[GENERAL] ZEOS or PGDAC - How to lock a resource?

2011-05-04 Thread durumdara
Hi! We will porting an application to PGSQL from some table based app (BDE like). The older application used a special technic of the driver: if a record edited, some exclusive (over transaction), "forever living" lock put on it. On exit, cancel, or post this lock removed. We used this to l