Subject | Re: [IBO] TIBOQuery: Invalid KeyLinks entry: ITEM.RDB$DB_KEY |
---|---|
Author | mitch_landor |
Post date | 2008-02-06T14:22:08Z |
--- In IBObjects@yahoogroups.com, Helen Borrie <helebor@...> wrote:
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
>Thanks Helen.
> 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
>
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