RLock() and transaction
Posted: Thu Jul 31, 2014 4:07 am
Moving an DBF-based program to PostgreSQL, is a good idea using transaction. But in existing source code
I use Rlock(). My questions are:
- if Rlock() with PgDbe make simple transaction?
- is possible "group" more updates (with RLock()) with BEGIN TRANSACTION... END TRANSACTION or is here
an conflict
For me is very important to have only one source code for DBF and SQL.
Piotr
I use Rlock(). My questions are:
- if Rlock() with PgDbe make simple transaction?
- is possible "group" more updates (with RLock()) with BEGIN TRANSACTION... END TRANSACTION or is here
an conflict
For me is very important to have only one source code for DBF and SQL.
Piotr