Subject Re: [IBO] Key Links, etc
Author Helen Borrie
At 05:58 PM 25/10/2004 -0400, you wrote:



>Up until now, I've only used IBODataset (IBOQuery) for quick recordsets to
>spin through in code, mostly readonly datasets. Now, I'm trying to site
>them on a data module for a project and use them in a more "traditional" way
>for scrollable datasets with bound db controls and I am having a dickens of
>a time with them. Sometimes, I get "can't determine which record to
>delete". Can't remember that exact error, but it has to do with the
>components not being able to distinguish the record using the PK to update
>or delete it.
>
>Where can I find information on setting these up to do? In IBX, it was so
>easy, now I'm at a loss to configure IBOQuery to do the same.

The Subject of the thread indicates that you understand that KeyLinks might
be involved.

So
1) Are your KeyLinks set?
2) If so, are they correct?

If you are getting updatable datasets once you put them into read-write,
then one supposes that they don't have joins, group bys and are not SELECTs
from SPs.

We really need information about the actual datasets that are throwing
these errors, Lee!!

Helen