⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠

  •     

profile picture

How to use multiple databases dynamically



neoxixo

neoxixo
  • profile picture
  • Member

Posted 04 July 2019 - 14:54 PM

Hey ,

I'm trying to work with multiple servers with multiple databases without any relation between them - they just have the same tables.. So I need to develop an application that can use all of those databases. For example :

Society --> In Italy have server 1 with DATABASE1(tables:USER-client-Agenda)

In Canada have server 2 with DATABASE2(tables:USER-client-Agende)

It's the same DATABASES

So I need help - if someone has any idea how can I work and develop this application .. I think to create one databases that has the information about others servers and databases ..

But the problem is how achieve that ?