Subject Re: [IBO] TIBOQuery: Invalid KeyLinks entry: ITEM.RDB$DB_KEY
Author mitch_landor
--- In IBObjects@yahoogroups.com, Helen Borrie <helebor@...> wrote:
>
> At 01:22 AM 7/02/2008, you 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
>
> OK, best describe 1) versions of things (dbserver, client lib, IBO)
and 2) at what point you see the exception message.
>
> Helen
>

IBO4.6B, FB2.0, Delphi 2006, FastReport 4.0.
I get the message when trying to open a report. I have several other
child-datasets that open successfully for this report, but I am trying
to add an additional one and this one wont work.

Mitch