Subject | [IBO] Re: TIBOQuery: Invalid KeyLinks entry: ITEM.RDB$DB_KEY |
---|---|
Author | mitch_landor |
Post date | 2008-02-09T18:13:33Z |
--- In IBObjects@yahoogroups.com, Helen Borrie <helebor@...> wrote:
:ITEM_ID parameter comes from, you would need a set like the following:
master. I deleted all the keylinks, kept all set to auto, and now
everything seems to work.
Thanks for your help.
>IBO)
> At 02:48 AM 8/02/2008, Mitch wrote:
> >
> >> >> >Turning off KeyLinksAutodefine or leaving on with the code below
> >still gives the same error.
> >> >> >
> >
> >> >> OK, best describe 1) versions of things (dbserver, client lib,
> >> >and 2) at what point you see the exception message.trying
> >> >>
> >> >
> >> >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
> >> >to add an additional one and this one wont work.problem.
> >>
> >> You need IBO 4.8 to work with Fb 2.
> >
> >I have just upgraded to IBO 4.8.7 but I'm still having the same
> Assuming your corrected set islinked to the other set? e.g. as a detail to a master where the
> SELECT
> ITEM_ATTRIB_DATA
> FROM ITEM_ATTRIB
> WHERE
> ITEM_ID = :ITEM_ID
>
> 1. What is the report doing with the output - is it supposed to be
:ITEM_ID parameter comes from, you would need a set like the following:
>It seems to have been an issue with the keylinks setting in the
> SELECT
> pk_column,
> item_id,
> ITEM_ATTRIB_DATA
> FROM ITEM_ATTRIB
> WHERE
> ITEM_ID = :ITEM_ID
>
> 2. What did you put in as your Keylinks?
>
> Helen
>
master. I deleted all the keylinks, kept all set to auto, and now
everything seems to work.
Thanks for your help.