Subject Re: [IBO] Record not located to update
Author Geoff Worboys
> I keep getting the error "Record not located to update"
> when using ibotable.

This error is reported when the result of an update process reports
zero (0) records affected. Generally this means that the keylinks are
incorrect. Apparently IBO was unable to determine the appropriate
keylinks for your SQL (or you provided incorrect keylinks) and so it
was unable to locate the record to update it.

Check that the table you are using does actually have a primary key,
if not you will have to explicitly define a unique field
(combination).

If you cannot work out what is wrong, post more detail.

HTH

Geoff Worboys
Telesis Computing