Re: Refreshing a current record in a DataSet
- From: "Dmitry Konnov" <dmitry@xxxxxxxxxxxxxxxxx>
- Date: Sun, 26 Nov 2006 11:49:17 +0300
Brian,
with ADODataset1 do begin
UpDateCursorPos; {MUST ALWAYS DO!}
RecordSet.Resync(adAffectCurrent, adResyncAllValues);
end;
I does not actually work the way i expect.
I open ADODataset.
then change some current field valuein database and
do
UpDateCursorPos; {MUST ALWAYS DO!}
RecordSet.Resync(adAffectCurrent, adResyncAllValues);
on client. but nothing seems to change.
Any ideas are welcome.
Thank you for attention anyway.
Dmitry
.
- Follow-Ups:
- Re: Refreshing a current record in a DataSet
- From: Brian Bushay TeamB
- Re: Refreshing a current record in a DataSet
- References:
- Refreshing a current record in a DataSet
- From: Dmitry Konnov
- Re: Refreshing a current record in a DataSet
- From: Brian Bushay TeamB
- Refreshing a current record in a DataSet
- Prev by Date: Re: Refreshing a current record in a DataSet
- Next by Date: Re: Storing passwords in a database
- Previous by thread: Re: Refreshing a current record in a DataSet
- Next by thread: Re: Refreshing a current record in a DataSet
- Index(es):
Relevant Pages
|