Change Crystal Reports DataSource From MSACCESS to SQLSERVER at runtime
0
I have a winforms application that is connecting to an MSACCESS Database located on a network. I am very keen to change the underlying database to sqlserver database on our local server. I am able to convert the database and get the application running (all table names, fields etc are preserved). The application has over 300 crystal reports, which are configured to connect to the access datasource. I really dont want to have to manually reconfigure every report... so I am looking for a way to change the datasource at runtime
crystal-reports runtime report
share | improve this question
asked Nov 20 '18 at 11:43
...