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 ?