Subject | Re: [IBO] Table name from IBOQuery |
---|---|
Author | skotaylor |
Post date | 2004-11-04T18:51:23Z |
--- In IBObjects@yahoogroups.com, "Jason Wharton" <jwharton@i...> wrote:
that did it. Thanks.
> > I'm using Delphi 5 and IBObjects. Is there a way to get the table.InternalDataset.Fields.RelationNames[ n:integer ]
> > name used in the SQL from TIBOQuery?
>
> There is a way to do this but I think you have to hack down into the
> InternalDataset.
>
> Something like this:
>
> MyIBOQuery.Prepare;
> MyIBOQuery.InternalDataset.Fields.Relations[ n:integer ]
>
> Let me know if that does the trick.
that did it. Thanks.