Subject Re: [IBO] TIBOQuery: Invalid KeyLinks entry: ITEM.RDB$DB_KEY
Author mitch_landor
--- In IBObjects@yahoogroups.com, Helen Borrie <helebor@...> wrote:
>
> At 11:41 PM 6/02/2008, you wrote:
> >Can anyone please suggest what I'm doing wrong here?
> >Thanks
> >Mitch
> >
> >SELECT
> >ITEM_ATTRIB.ITEM_ATTRIB_DATA
> >FROM ITEM_ATTRIB
> >WHERE
> >ITEM_ATTRIB.ITEM_ID = :ITEM_ID
>
> Either turn off KeyLinksAutodefine or remove the table qualifiers.
>
> Helen
>

Thanks Helen.
Turning off KeyLinksAutodefine or leaving on with the code below still
gives the same error.

SELECT
ITEM_ATTRIB_DATA
FROM ITEM_ATTRIB
WHERE
ITEM_ID = :ITEM_ID