Hi,
I have a case where one user needs access several databases of the same structure.
Here is an example to make it clear:
School A has its own database, School B has its own.
I need access to both school databases through a web interface.
My account is in School A database so i login through School A web application.
Here i am thinking about having a dropbox with two items: School A and School B.
I need the list of items in Table1 in both databases.
When School A is selected in dropbox, i want to see the items in Table1 of School A, and when School B is selected i want the Table1 items of School B.
What would be the best way to accomplish this?
School A and School B uses replica application with different connection settings in their web config.
Both databases have the same structure and are on the same server.
thanks in advance