TOraQuery - refresh only one record

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Wojtek

TOraQuery - refresh only one record

Post by Wojtek » Tue 26 Apr 2005 12:32

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 :)

Alex
Posts: 655
Joined: Mon 08 Nov 2004 08:39

Post by Alex » Tue 26 Apr 2005 14:27

You can use RefreshRecord method of dataset object for such purpose, for more info see "TCustomDADataSet.RefreshRecord" topic in ODAC help

Post Reply