Can we connect to 2 different types of database through the
same report?
Answers were Sorted based on User's Feedback
Yes, we can use any no. of database in a single report to
extract data. We have to use different report section for
this purpose.
| Is This Answer Correct ? | 10 Yes | 3 No |
Answer / vijay salunke
Obviously yes,AS there is no restiction on use of databases
we can connect two or more databases in single report also
| Is This Answer Correct ? | 5 Yes | 2 No |
Answer / lingaraj
If you want to connect to different database we need those
many connections. We can use it accordingly with those
connection.
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / vishal
yes, we can. By making different connection strings, we can
have access to different DB.
| Is This Answer Correct ? | 3 Yes | 2 No |
Answer / vignesh
Yes, we can connect the different types of data(for example data in database,data in flat file or XML data).In the two different types of data you can join then go to the JOIN dataset or MERGE the data go to the Union dataset.
| Is This Answer Correct ? | 0 Yes | 0 No |
What property you use to Hide a control at runtime?
What is data stream and data adapter is it same are different?
What is the difference between -using Group by in the SQL of the report -having a Group section in the report
which cmponent has onRead method and what it is used for?
Connecting to iserver volume using idapi classes(java classes) and after connecting to iserver I want to execute the rox on iserver and also want know the status whether that job is succesfully run or not?
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 set Parameter in Script data source?
How to call a stored procedure from a report?
wat is synchronous and asynchronous reporting?
How do you design a report which has multiple child datastream (horizontal seq)
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.
What is data stream and data adapter is it same are different? Explain?