Subject Re: What another transaction do?
Author diwic2
> All refresh sql statement, are in a transaction that set field of
a record
> to '1' at beginning.
> I want see this '1' from another transaction...
>
> 1. Start trans A
> 2. trans A set 1 to record
> 3. trans A update database
> 4. trans A set 0 to record
> 5. Commit trans A
>
> Between step 2 and 4 there is a way for see '1' in that record?
(RecVersion)
> I use Delphi 7 + FB1.5.1 SS + jvUIB

If you want something that works outside transactions, you should
have a look at generators. Maybe you can tweak something out of
those.

// David