Subject | Re: [IBO] Refreshing current row |
---|---|
Author | G. Allen Casteran |
Post date | 2001-12-28T05:42:13Z |
In this case you will have to close and open the Master Query again to
fetch the current data from the server. Once you open a query the result
set is a snapshot of the data on the server. It is NOT the live data on the
server.
Allen.
At 03:37 AM 12/11/2001 +0700, you wrote:
fetch the current data from the server. Once you open a query the result
set is a snapshot of the data on the server. It is NOT the live data on the
server.
Allen.
At 03:37 AM 12/11/2001 +0700, you wrote:
>Dear List,
>
>I have a total column in a table (master). This total column is update via
>trigger (After Insert, After Update, After Delete) on another table (detail)
>and I included it in SELECT statement using TIB_Query, set ReadOnly
>attribute to True.
>
>Sometime the total column is not refresh automatically when I update the
>detail. How can I refresh the current row to deal with this situation ?
>
>TIA
>HJ