NO Tdatabase Object Found
Enterprise version
I am using a TWWIBOTable component (IBO table component for Infopower
visual components) connecting to a Firebird database.
I set a TppDBPipeline component to the datasource and I have no problems
connecting and using the data in Reports.
When however I attempt to create a ChildBDEPipeline in the Data tab of
the Report designer, by clicking the Table component icon I receive an
error message "No Tdatabase object found for Databasename".
I have tried this with an IBOtable component also, same error message.
Advice appreciated
I am using a TWWIBOTable component (IBO table component for Infopower
visual components) connecting to a Firebird database.
I set a TppDBPipeline component to the datasource and I have no problems
connecting and using the data in Reports.
When however I attempt to create a ChildBDEPipeline in the Data tab of
the Report designer, by clicking the Table component icon I receive an
error message "No Tdatabase object found for Databasename".
I have tried this with an IBOtable component also, same error message.
Advice appreciated
This discussion has been closed.
Comments
You will need a TDataBase descendent on your form in order to connect to
your data from DADE. Please take a look at the DADE section of the
ReportBuilder Developer's Guide for more information on how to make this
connection. Also, take a look at the demo located in the \RBuilder\Demos\4.
EndUser Databases\InterBase\4. IB Objects\... directory. You will notice
the database object present that is necessary to connect with DADE (Data
Tab).
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Mike