HI,
In one application, I need to use two databases in different servers, and exchange information between them.
I need to query one table with information in the other DB, and similar operations.
My question, is: How can I do that??
It's possible, for example, populate one dataset for each table (database) and create an update/select with both dataset?
in algoritm, something like this:
update dataset1, dataset2 where dataset1.id=dataset2.ref
its possible this updates and selects between datasets?
How???
In one application, I need to use two databases in different servers, and exchange information between them.
I need to query one table with information in the other DB, and similar operations.
My question, is: How can I do that??
It's possible, for example, populate one dataset for each table (database) and create an update/select with both dataset?
in algoritm, something like this:
update dataset1, dataset2 where dataset1.id=dataset2.ref
its possible this updates and selects between datasets?
How???