Re: Row cannot be located for updating error (ADO)
From: Achot (Achot_at_xtra.co.nz)
Date: 12/30/04
- Previous message: Achot: "Re: ADO / Clientdataset slowness"
- Next in thread: Brian Bushay TeamB: "Re: Row cannot be located for updating error (ADO)"
- Reply: Brian Bushay TeamB: "Re: Row cannot be located for updating error (ADO)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 31 Dec 2004 09:52:12 +1300
This is answer:
Update TableName Set Field = NewValue Where Fierld = OldValue And ...
(Timestamp or ID)
"Brian Bushay TeamB" <BBushay@Nmpls.com> wrote in message
news:h879m0pvf3ic41bfve1g0b8a4mdsu3f543@4ax.com...
>
>>"DBEdit1 the field double clicked) in the OnDoubleClick event is writing
>>directly to the database but the data aware controls are writing to the
>>dataset. Am I correct in this respect?
> Unless you are using BatchOtomistic mode when you post a record it writes
> to the
> dataSet. It is up to ADO to find the record in your database to update.
>
>> I will try the suggested change in
>>the onShow or OnCreate form event. Is there any sense in changing is back
>>to
>>its default value at any stage?
> This paragraph does not make sense to me.
>
> --
> Brian Bushay (TeamB)
> Bbushay@NMPLS.com
- Previous message: Achot: "Re: ADO / Clientdataset slowness"
- Next in thread: Brian Bushay TeamB: "Re: Row cannot be located for updating error (ADO)"
- Reply: Brian Bushay TeamB: "Re: Row cannot be located for updating error (ADO)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|