Page 1 of 1

TOraQuery - refresh only one record

Posted: Tue 26 Apr 2005 12:32
by Wojtek
I use TOraQuery to search trough database. Records in a database can
change, but not their primary/search keys. So I would like to refresh the results from time to time (it works, I use Execute()).

But - is there a way to refresh only one (current) record of the results?

Wojtek :)

Posted: Tue 26 Apr 2005 14:27
by Alex
You can use RefreshRecord method of dataset object for such purpose, for more info see "TCustomDADataSet.RefreshRecord" topic in ODAC help