Page 1 of 1

Interbase Transaction options - record versioning

Posted: Thu Nov 21, 2002 8:42 am
by Bitmaster
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.

Posted: Thu Nov 21, 2002 11:17 am
by BDKR
I've not had much occasion to use interbase. I wish I could help. Have you searched Google?

Anyways, whatever the outcome of this, let us know or write something up concerning your findings.

Cheers,
BDKR

Interbase / PHP Documentation

Posted: Fri Nov 22, 2002 12:49 pm
by Bitmaster
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 :cry:

http://community.borland.com/article/im ... 3506b.html