The web application I have has nine databases (and it's only going to get larger in number), and for each database we have the same report, but the dataset is set to that database's table.
What I'd like to do, and I'm almost sure it can be done, is look at the session object when the user logs into the application, and see which database they're using from a dropdown list they choose on the first page. With this db session object, I'd like to pass a parameter for the report to point to that database table. This way, I only have 1 report, rather than 9.
Is this possible? I can't imagine it isn't!
I've got the HitchHicker's Guide, and if it's in there, I'm totally overlooking it!
Thanks!
What I'd like to do, and I'm almost sure it can be done, is look at the session object when the user logs into the application, and see which database they're using from a dropdown list they choose on the first page. With this db session object, I'd like to pass a parameter for the report to point to that database table. This way, I only have 1 report, rather than 9.
Is this possible? I can't imagine it isn't!
I've got the HitchHicker's Guide, and if it's in there, I'm totally overlooking it!
Thanks!