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.
Interbase Transaction options - record versioning
Moderator: General Moderators
Interbase / PHP Documentation
The following URL includes some interesting documentation on PHP / Interbase (BLOB handling, transaction handling etc). However, it does not mention anything about what I was looking for
http://community.borland.com/article/im ... 3506b.html
http://community.borland.com/article/im ... 3506b.html