I have separate MySQL database servers.
How can I JOIN the data from queries to the databases on these servers, and show it on a DBgrid?
[Answer] http://dev.mysql.com/doc/refman/5.1/en/federated-storage-engine.html
I have separate MySQL database servers.
How can I JOIN the data from queries to the databases on these servers, and show it on a DBgrid?
[Answer] http://dev.mysql.com/doc/refman/5.1/en/federated-storage-engine.html
I have different queries and combine it manually in a
TClientDataSet
.