TdaDBISAMQueryDataView
Hi,
I noticed that for each Data Pipeline I create in the Data tab of the
ReportBuilder Designer a TdaDBISAMQueryDataView variable is created. Is
this a one-to-one relationship in that for each Data Pipeline create in the
ReportBuilder designer there will a corresponding TdaDBISAMQueryDataView
variable created? Will this TdaDBISAMQueryDataView variable always only
have one DataPipeline in the DataPipelines list/collection?
The reason I'm asking is because there a DataPipelines propert
(TdaDBISAMQueryDataView.DataPipelines) that can obviously contain multiple
DataPipelines but the Count always seems to be 1. Will this always be the
case for this scenario?
Under what circumstanstances would a TdaDBISAMQueryDataView variable have
multiple DataPipelines asssociated to it?
Thanks,
Scott
I noticed that for each Data Pipeline I create in the Data tab of the
ReportBuilder Designer a TdaDBISAMQueryDataView variable is created. Is
this a one-to-one relationship in that for each Data Pipeline create in the
ReportBuilder designer there will a corresponding TdaDBISAMQueryDataView
variable created? Will this TdaDBISAMQueryDataView variable always only
have one DataPipeline in the DataPipelines list/collection?
The reason I'm asking is because there a DataPipelines propert
(TdaDBISAMQueryDataView.DataPipelines) that can obviously contain multiple
DataPipelines but the Count always seems to be 1. Will this always be the
case for this scenario?
Under what circumstanstances would a TdaDBISAMQueryDataView variable have
multiple DataPipelines asssociated to it?
Thanks,
Scott
This discussion has been closed.
Comments
When using the DADE Query Tools, each QueryDataView will have a single
DataPipeline.
When creating custom dataview classes, it is possible for a QueryDataView to
contain any number of DataPipelines. For an example see
RBuilder\Demos\EndUser\Custom DataViews.
--
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com