Question
Explain can report net connect multiple datasource at a time in report creation time?

Answers

Yes it can connect multiple datasources at a time when the frame work manager has the metta data regarding that datasources.   Your Comment




More Software Questions..
What is the inputsplit in map reduce software?

What is software configuration management?

What Is Java Api For Xml-based Rpc (jax-rpc)?

How can you implement fine-grained auditing?

What is IBM’s simple explanation for Big Data’s four critical features?

What is static synchronized method in JDBC API? Give an example?

What does the NULLIF function do?

What happens if a start method is not invoked and the run method is directly invoked?

Should we override finalize method

what is the difference between mysql_fetch_array and mysql_fetch_object?

How will XML affect my document links?

Why to use Style Sheets?

What are Filters in MVC?

Can you explain Application layer in OSI model?

How to define new testplan attributes?

What are the minimum system requirements to run Photoshop? Is it possible to run Photoshop over linux?

Which oracle package is used to manage the oracle lock management services?

What is Latch Up? Explain Latch Up with cross section of a CMOS Inverter. How do you avoid Latch Up?

What is marker interface?

What types of partitioning are there for BW?



Search
Can you Answer!!
  • Q Questions on TSL: How to generate Functions?
  • Q What are the various mapping projection method used? Give some examples?
  • Q How To Create an Add-to-My-Yahoo Button on Your Website?
  • Q In inductive circuit, Why Current increases, when frequency Decreases?
  • Q Which type of galaxy is our galaxy, 'milky way'?
  • Q Find the least value of 3x + 4y if x2y3 = 6.
  • Q When the AAP Party was established ?
  • Q Given the following classes defined in separate files: class Vehicle { public void drive() { System.out.println("Vehicle: drive"); } } class Car extends Vehicle { public void drive() { System.out.println("Car: drive"); } } public class Test { public static void main (String args []) { Vehicle v; Car c; v = new Vehicle(); c = new Car(); v.drive(); c.drive(); v = c; v.drive(); } } What will be the effect of compiling and running this class Test? A. Generates a Compiler error on the statement v= c; B. Generates runtime error on the statement v= c; C. Prints out: Vehicle: drive Car: drive Car: drive D. Prints out: Vehicle: drive Car: drive Vehicle: drive Select the most appropriate answer.
  • Q _____ may be regarded as the father of electric telegraph in India:
  • Q Write and explain various loop command?
  • Q What is visualforce view state? and what are best practices to reduce the view state size?