Subject RE: [IBO] Quick Reports and TIB_Query
Author Thomas Steinmaurer
> -----Original Message-----
> From: Chris Hulsey [mailto:chulsey@...]
> Sent: Wednesday, May 30, 2001 11:58 PM
> To: IBObjects@yahoogroups.com
> Subject: [IBO] Quick Reports and TIB_Query
>
>
> Hello All,
>
> I am converting over from BDE to IBO and am now getting ready to
> convert over the reports. I have been using TIB_Query instead of
> TIBOTable throughout my project. But when using QuickReports it
> only recognizes TIBOTable not TIB_Query. Am I suppose to use
> another report control that works with TIB_Query or do I just use
> TIBOTable?

QuickReports only works with TDataset descendants components. TIB_Query is
the native IBO implementation of a query component and therefore not usable
through QuickReport. Use TDataset compatible data access components like
TIBOTable or TIBOQuery!

> If I use TIBOTable do I need to have the BDE installed on the
> client machine?

You don't need the BDE installed! IBO don't need any middleware like the
BDE.

Regards
Thomas Steinmaurer

> Chris Hulsey
> chulsey@...
>
>
>
> [Non-text portions of this message have been removed]
>
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>
>