CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5

Thread: Crystal Reports

  1. #1
    Join Date
    Feb 2003
    Posts
    26

    Question Crystal Reports

    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!

  2. #2
    Join Date
    Nov 2002
    Location
    Singapore
    Posts
    1,890
    check this out on MSDN
    crystal


    Paresh
    - Software Architect

  3. #3
    Join Date
    Feb 2003
    Posts
    26
    Paresh,

    I will take a look at this section!

    Thanks!

  4. #4
    Join Date
    Nov 2002
    Location
    Singapore
    Posts
    1,890
    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
    - Software Architect

  5. #5
    Join Date
    Feb 2003
    Posts
    26
    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured