Subject | Re: What another transaction do? |
---|---|
Author | diwic2 |
Post date | 2004-08-31T14:16:19Z |
> All refresh sql statement, are in a transaction that set field ofa record
> to '1' at beginning.(RecVersion)
> 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?
> I use Delphi 7 + FB1.5.1 SS + jvUIBIf you want something that works outside transactions, you should
have a look at generators. Maybe you can tweak something out of
those.
// David