Page 1 of 1

Update only one record

Posted: Wed 14 Sep 2005 23:50
by ben
Hello, I have a table that displays 1000 records, and I have changed only one record (using a TQuery). How can I update only this record without refreshing all 1000 records (the entire table) ?

Posted: Wed 14 Sep 2005 23:59
by ben
Btw, I know about "RefreshRecord" but this affect the current/selected record. I want to refresh another record, wihout using Locate.

Posted: Thu 15 Sep 2005 03:16
by alec
see MyDAC manual:
TMyQuery::RefreshQuick method

Posted: Thu 15 Sep 2005 08:40
by ben
there is no reference about RefreshQuick in the mydac.hlp file

Posted: Thu 15 Sep 2005 10:16
by alec
ben wrote:there is no reference about RefreshQuick in the mydac.hlp file
MyDac 4+

Posted: Thu 15 Sep 2005 18:33
by ben
oh yes, i already have 4+ but i was looking on old file. Any example please? Help is just theory :D

Posted: Sun 18 Sep 2005 09:11
by vvitolo
hi,
you can try to see MyDAC manual:
TMyTable::Options::CheckRowVersion &
TMyTable::RefreshOptions.