Interbase Transaction options - record versioning
Posted: Thu Nov 21, 2002 8:42 am
I've done some research on the subject of Interbase transaction support and discovered a very interesting behaviour when starting a transaction with READ_COMMITED and REC_VERSION options. The research has been done using Borland Delphi 5 and my application relies on these.
Now I want to move to PHP, but I could not find any serious documentation on ibase_trans () or how to activate record versioning in an Interbase transaction.
Can anyone help on that subject ?
I've only found the following options in the manual:
IBASE_READ IBASE_COMMITED IBASE_CONSISTENCY IBASE_NOWAIT, but nothing similar to that REC_VERSION.
Now I want to move to PHP, but I could not find any serious documentation on ibase_trans () or how to activate record versioning in an Interbase transaction.
Can anyone help on that subject ?
I've only found the following options in the manual:
IBASE_READ IBASE_COMMITED IBASE_CONSISTENCY IBASE_NOWAIT, but nothing similar to that REC_VERSION.