Hi
I am using SC 7.1 and MySql 5.6.11 and PHP version 5.4.22
I wanted to understand how to change the database connection during run time. Lets say that I want to have one single application which needs to connect to different database (however the tables and structure are going to be the same).
Lets look at the following in my first screen I will have something like this
Customer : <Dropdown / Combo box to list down the customer list>
Login Name:
Password :
Now based on Customer; I want to be able to connect to different database schema in MySQL. Is that possible? Or is there any other workaround for this scenario.
Your help would be highly appreciated.
Regards
Narayanan