Hello,
i have a Login Form with 3 Fields: Mandatename, Username and Password. Now the user login now with a Mandatename. There are a global database where there are a relation between mandate name and a further database. All Querys now from this User goes then to this database.
Example:
User A login with Mandatename Mandate_A. In global Database there are a entry Mandate_A to Database with Name "1". Now i want that all querys from request from User A to Database 1 goes. Another User B Login with Mandate_B. In global Database there are a Entry to Database "2". All Querys from this User goes to Database 2.
Is this possible?
Regards