Subject Re: [firebird-support] Transaction Config
Author Helen Borrie
At 11:01 AM 25/06/2004 -0300, you wrote:
>Hi all,
>
>I need to config my transaction that way :
>- No Wait, Read Committed , Record_Version
>
>How do i do that ?
>( Im using Delphi 6 + Dbexpress + Firebird 1.5 and i didnt see how config
>'Record Version' in Dbexpress)
>
>is there any way to do that ?

The properties on TIBTransaction are LockWait (set False for NoWait),
TransactionIsolation and RecVersion (set True), respectively.

/heLen