I have application that uses dynamic table that contains different test databases which have the same structure. I have defined report on one database. This report is used from web, and testers can add/change connection strings dynamically. I would like to simply replace connection string before render report.
Is there a simple way do that? Just apply connection string as report param? I cannot use any config file to store connection strings.
Is there a simple way do that? Just apply connection string as report param? I cannot use any config file to store connection strings.