Re: Problems with a tringer
- From: Brian Bushay TeamB <BBushay@xxxxxxxxx>
- Date: Mon, 14 Apr 2008 22:15:14 -0500
I am getting the Following error "Row cannot be located for update. Some
vales may have been changed sine it was last read. I am using Delphi 6, on
SQL 2005 Database with the standard ADO tools that came with Delph and a
TAdoDataSet Component. The Error occurs when post is called. I have read the
google posting. I have tried adding SET NOCOUNT ON to the begining of the
Trigger I have tried in the Before and After Post placing
TBL.Properties['Update Criteria'].value := adCriteriaKey all with no luck I
looked at an ADO based replacement but I can not read Russan. Any thing i
have not tried or replacement ADO tha will work and I can read?
What is your trigger doing?
It sounds like it is modifying a value in the key and that is never going to be
compatible with editing from a clientside cursor.
--
Brian Bushay (TeamB)
Bbushay@xxxxxxxxx
.
- Follow-Ups:
- Re: Problems with a tringer
- From: Donald Bossen
- Re: Problems with a tringer
- References:
- Problems with a tringer
- From: Donald Bossen
- Problems with a tringer
- Prev by Date: Re: Field width
- Next by Date: Re: Modifying an access-table using clientdatasets
- Previous by thread: Problems with a tringer
- Next by thread: Re: Problems with a tringer
- Index(es):
Relevant Pages
|