Subject | RE: [IBO] Refresh Single Record |
---|---|
Author | Kevin Stanton |
Post date | 2003-05-27T15:20:06Z |
I'm not sure about the cached updates portion of this but I refresh a row
by:
IB_Query1.InvalidateRowNum(IB_Query1.RowNum);
Hope this helps.
Kevin
-----Original Message-----
From: manielsen2002 [mailto:mnielsen@...]
Sent: Tuesday, May 27, 2003 7:52 AM
To: IBObjects@yahoogroups.com
Subject: [IBO] Refresh Single Record
I need to know how to refresh a single record when I have multiple
records in my dataset. I have cached updates on and by policy I
can't turn them off for the time being. I am trying to use
InvalidateBookmark as some of the prior posts have recommended, but
all that does is remove the record completely from the dataset. I've
tried callin gResync aftet the invalidatebookmark, but all I get is a
record not located error.
Please help. I really need a method of doing a single record refresh
in a potentially large dataset.
Thanks,
Matt
Yahoo! Groups Sponsor
___________________________________________________________________________
IB Objects - direct, complete, custom connectivity to Firebird or
InterBase
without the need for BDE, ODBC or any other layer.
___________________________________________________________________________
http://www.ibobjects.com - your IBO community resource for Tech Info
papers,
keyword-searchable FAQ, community code contributions and more !
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
[Non-text portions of this message have been removed]
by:
IB_Query1.InvalidateRowNum(IB_Query1.RowNum);
Hope this helps.
Kevin
-----Original Message-----
From: manielsen2002 [mailto:mnielsen@...]
Sent: Tuesday, May 27, 2003 7:52 AM
To: IBObjects@yahoogroups.com
Subject: [IBO] Refresh Single Record
I need to know how to refresh a single record when I have multiple
records in my dataset. I have cached updates on and by policy I
can't turn them off for the time being. I am trying to use
InvalidateBookmark as some of the prior posts have recommended, but
all that does is remove the record completely from the dataset. I've
tried callin gResync aftet the invalidatebookmark, but all I get is a
record not located error.
Please help. I really need a method of doing a single record refresh
in a potentially large dataset.
Thanks,
Matt
Yahoo! Groups Sponsor
___________________________________________________________________________
IB Objects - direct, complete, custom connectivity to Firebird or
InterBase
without the need for BDE, ODBC or any other layer.
___________________________________________________________________________
http://www.ibobjects.com - your IBO community resource for Tech Info
papers,
keyword-searchable FAQ, community code contributions and more !
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
[Non-text portions of this message have been removed]