Subject | Re: [IBO] Query and Triggers |
---|---|
Author | Artur Anjos |
Post date | 2002-12-03T01:10:41Z |
Sandeep:
Look at BufferSynchroFlags. I think they will do what you want.
Anyway, you can update just one row, using InvalidateBookmark. Something
like:
IBOQ.InvalidateBookmark( IBOQ.GetBookmarkStr );
Artur
Look at BufferSynchroFlags. I think they will do what you want.
Anyway, you can update just one row, using InvalidateBookmark. Something
like:
IBOQ.InvalidateBookmark( IBOQ.GetBookmarkStr );
Artur
----- Original Message -----
From: "Sandeep Chandra" <sandeep@...>
To: <IBObjects@yahoogroups.com>
Sent: Tuesday, December 03, 2002 12:45 AM
Subject: [IBO] Query and Triggers
> If I post a record using a query then the values in fields are not what
> is actually stored in database. This is because I have an update trigger
> which modifies some fields. Shouldn't the query (TIBOQuery) be fetching
> the updated version of record?
>
> I can see correct values if I refresh the database, but this could be
> costly if there the number of records in query are large.
>
> Any suggestions?
>
> Regards
>
> Sandeep
>