Interbase Transaction options - record versioning

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
Bitmaster
Forum Newbie
Posts: 20
Joined: Thu Nov 21, 2002 8:42 am

Interbase Transaction options - record versioning

Post 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.
User avatar
BDKR
DevNet Resident
Posts: 1207
Joined: Sat Jun 08, 2002 1:24 pm
Location: Florida
Contact:

Post 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
Bitmaster
Forum Newbie
Posts: 20
Joined: Thu Nov 21, 2002 8:42 am

Interbase / PHP Documentation

Post 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
Post Reply