Hi admin,
I have 2 questions:
1- is it possible to connect a PHPR project to 2 RDBMS? Most of my reports/charts are based on MySQL database but I need to access an oracle database for a real time report. How can this be done in PHPR?
2- When migrating from development to a production environment, what file would I have to change to modify the database name and password (couldn't see where in dbconnections.php) assuming that my table names are the same between the 2 environments. Would all PHPR reports continue to work if I had a different database name between the dev and prod systems? (all my sql queries do not explicitly mention the database name)
Many thanks
Hich