Subject | Re: [Firebird-Java] Responding to Firebird events |
---|---|
Author | Roman Rokytskyy |
Post date | 2005-05-29T12:48:09Z |
> They can't work any other way, actually, since theHmmm... You're right here, I did not think about the data availability when
> data that reflects the event isn't available to other transactions until
> the posting transaction completes.
suggesting UDF. So, if event is posted by the UDF and access to the cache
happens before the transaction that changed the data commits, it will not
see changes and will clear the "dirty" flag on an entity. Bad.
Roman