An application for several databases!

-4

Someone would have an example there about several accesses in a web system?  ie I have several databases in the cloud, aii the users will log in with your login and password and each one is in your database, someone has any in regards to this type of connection ????? hj I emf step by session, so I guess this is not the right one!

    
asked by anonymous 24.04.2016 / 19:03

1 answer

-2

You need a general database where you store user information, for example

user, email, password, bank

In the bank column you check the user's database and then connect to the second database ...

    
24.04.2016 / 19:28