Can we create report using more than one database?

Answers were Sorted based on User's Feedback



Can we create report using more than one database?..

Answer / rahul

Yes. We can create report using more than one database like
Oracle, Access. Create data source name for both the
databases. Select tables from them and create the report.
Only restriction is if you use two databases then you
cannot see the SQL generated by crystal reports.

Is This Answer Correct ?    16 Yes 2 No

Can we create report using more than one database?..

Answer / arvind gupta

Yes. as well as with single database

Is This Answer Correct ?    6 Yes 0 No

Can we create report using more than one database?..

Answer / vijay yadav

Yes we can use multiple database for create a report.

Is This Answer Correct ?    6 Yes 2 No

Post New Answer

More Crystal Reports Interview Questions

HI all, I am developing reports using crystal reports in VS2005 in windows application. I have two crystalreports name called "studentReport" and "familyReport". I have a form with a button. If I click the button I need to show up the two reports in one report like page1, and page2. The page1 consists the "studentReport" and the page2 contains the "familyReport". The "familyReport" contains different header and footer. How to show up the two crystal reports in single crystalreportviewer?

2 Answers  


Can we use our own SQL for creating a report?

5 Answers  


where is the "save data with report" option?

2 Answers  


hi ... i've created one crystal report in windows form and one crystalreportviewer .. the following is my code.. in form1.cs file try { ExportOptions CrExportOptions; DiskFileDestinationOptions CrDiskFileDestinationOptions = new DiskFileDestinationOptions(); PdfRtfWordFormatOptions CrFormatTypeOptions = new PdfRtfWordFormatOptions(); CrDiskFileDestinationOptions.DiskFileName = "c:\\csharp.net- informations.pdf"; CrExportOptions = cryRpt.ExportOptions; { CrExportOptions.ExportDestinationType = ExportDestinationType.DiskFile; CrExportOptions.ExportFormatType = ExportFormatType.PortableDocFormat; CrExportOptions.DestinationOptions = CrDiskFileDestinationOptions; CrExportOptions.FormatOptions = CrFormatTypeOptions; } cryRpt.Export(); } the above code is saving the file into pdf into specified path.. but i dont want to save a file i should get direct print preview and have a option to print .. As we do in web application using crystal report viewer clicking print and report will be opened in pdf.. and the click print.. i want the same function as we do in web application... i'm writing code in c#.net hope the above explaination will be understood clearly..

0 Answers  


how should i highlight a particular column in a report in actuate e designer report? It should be done dynamically while creating report Thanks in advance!!!!!!!!!!

0 Answers  






Where is the image located, after youve placed it on the report?

0 Answers  


Are there any limitations in crystal reports?

22 Answers  


How to write a formula to change a font based upon data ?

2 Answers  


Is there a way to export the report formulas, like totals to excel?

3 Answers  


Does Crystal Report support all the functions that we have in Oracle?

2 Answers   MPS Techologies, Target,


Is it possible to join more than one universe in Busniess Objects BOE XI ? If its so Please explain how is that possible ? Thanks in advance for the people posting the answers

3 Answers   Wipro,


How can we improve the performance of a crystal report? OR What all performance improvement techniques used in crystal reports? (particularly CR XI)

9 Answers   CSC, ERS, Jupiter,


Categories