Click to See Complete Forum and Search --> : Crystal Reports


clayk0he
March 17th, 2003, 11:41 AM
I cannot find a way to bind a Crystal Report to a dataset without providing the database server. Is there a way to bind this dynamically? The project that I am working on is in many different sites, each site has it's own database server. The name of the database is the same but the server names are different. Any ideas?

Thanks!

pareshgh
March 17th, 2003, 04:13 PM
check this out on MSDN
crystal (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/crystlmn/html/crsamreportbindingoptionsforwindowsformsviewers.asp)


Paresh

clayk0he
March 17th, 2003, 09:34 PM
Paresh,

I will take a look at this section!

Thanks!

pareshgh
March 18th, 2003, 11:31 AM
i will be working towards crystal report after some time. so let me know atleast that topic helped you so that i can bookmark it :D :D

clayk0he
March 20th, 2003, 07:12 PM
Paresh

This is good info but it did not answer my question. I'm not sure that I got the question across clearly. The issue is that I need to build the report dynamically. I still have not found anything that will let me do that. Or can I bind the report to a dataset that is on different database servers. (The dataset I can pass in variables for the connection string that is what I need to do to the report)

Thanks