Re: Refreshing a current record in a DataSet
- From: Brian Bushay TeamB <BBushay@xxxxxxxxx>
- Date: Wed, 29 Nov 2006 23:04:10 -0600
There is no component property you need to set it in code
Brian,
Does your Query use a Join?not. Just SELECT * FROM Table
If that is the case you need to set the Resync Command property so thatADO
knows how to query for the updated values.
Can you please show me the Resync Command property in standard Delphi ADO
componets?
RecordSet.Properties['Resync command].Value:= 'your SQL value for resyncing'
There is a TadoDataset descendant component that provides Resync Command as a
property and has some other good features for working with ADO
http://betterado.hit.bg/
--
Brian Bushay (TeamB)
Bbushay@xxxxxxxxx
.
- Follow-Ups:
- Re: Refreshing a current record in a DataSet
- From: Dmitry Konnov
- Re: Refreshing a current record in a DataSet
- References:
- Re: Refreshing a current record in a DataSet
- From: Dmitry Konnov
- Re: Refreshing a current record in a DataSet
- Prev by Date: Re: Install ADOX into Delphi 2005
- Next by Date: Re: Bizarre slowdown in updating Access table
- 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
|