what is data stream and data adaopter is it same r
different? tell me?
Answers were Sorted based on User's Feedback
Answer / rupa kaur
A data stream is a group of components that provides the
data for your report. The data stream selects data from a
data source database and then places the data into the data
row structure required by the report. A data stream can be
made up of several types of components. Every data stream
has a data source component and a data row component.
Additional, optional components include filters, memory
buffers, and intermediate data rows.
A data adapter filters, retrieves, sorts, or otherwise
processes information. The two types of data adapters are
data sources and data filters. The relevant Actuate
Foundation Class is AcDataAdapter.
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / ssrao.
Data stream and Data adapters are different.
Data stream is a group of components.It contains a data
source component, data row component and one or more data
filter components(optional).It selects data from the data
source and places the data into data row structure required
by the report.
Data adapter can be a data source component or a data filter
component.It retrieves data from an input source(data
base)and creates data row.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to set Parameter in Script data source?
Copy ".roi" file of management console to another path of management console's folder using ".rox" file. or any command of actuate. Is it Possible? if Yes then pls give me Example.
how to implement the parallel report
Explain difference between onrow and onread method?
How can i make use of Multiple Input Filter, the case is, i have two Datasources with different queries with a common field. i need the merge set in datarow of MultipleInputFilter. how can i make it.? please provide with clear example i'm new to actuate. thanks in advance.
How to call a stored procedure from a report?
How can you change the group key dynamically?
Hi Friends, I am planning to learn actuate tool by it self .... can u suggest me any examples to practise this tool.
I generated one report design time I can color green. At run I want bule how to change dynamically? And which method I can over write?
How to do performance tunning of reports?
how many times executite the fetch method at run time?
Where do we use ACvisitor class?