following problem:
we use reports on a web-based setup (access over browser, editing and viewing in browser), that get their data from an mysql database, so we specified the connection string to the database in the report. Now is the problem, that we want to use this ReportTool on multiple systems (servers) and sometimes even mutliples servers on one real machine. To achieve this, we need to edit the connection string, to have the correct server and port-number used. So what i want to do is:
- Save connection string to variable
- Replace old server and port with new ons
- Save new connection string to report
For the last point i found your tutorial in the knowledge-base, so thats not a problem, but i need to know how to get the database connection into a string. I hope you can help me with that problem.
Regards,
Max