Subject Re: [IBO] could not locate record to update
Author Jason Wharton
The RowsAffected of your update are coming back with a ZERO. I suggest you
use the SQL trace monitor and see exactly what is being executed and what
the input parameter values are.

Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com


----- Original Message -----
From: <stewartbourke@...>
To: <IBObjects@yahoogroups.com>
Sent: Monday, November 26, 2001 5:49 PM
Subject: [IBO] could not locate record to update


> I have some ibotables - tdataset versions.
>
> I have defined a keylinks property, but in come cases when I do
> table.post from an edit, I get the exception 'could not locate row
> for update'.
>
> Given that I am already setting the keylinks property at design time,
> could anybody suggest where I should start looking? Do any of the
> index properties on the table affect this operation?
>
> Thanks,
>
> Stewart Bourke
as