how to set dynamically datasource to crystal report

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • bharathi228
    New Member
    • Jul 2008
    • 28

    how to set dynamically datasource to crystal report

    hello in my application we hav monthly databases
    every month we create new database through code in asp.net
    database name like 200901AVG
    200902AVG
    now my problem is iam working with crystal reports
    here i want to create a AVG report from November 2008 to Jan 2009
    so i need 200811AVG,20081 2AVG,200901AVG Databases
    like this whatever dates i selected it will goes to the particular database and pick the records from that database

    so i can't manually set datasource to the crystal report.
    how to solve this
Working...