I am looking for a way of displaying data from 2 different databases on different servers within 1 datatable on a asp.net/c# web application. To explain further I have one database which holds data on different buildings such as space size, address, number of floors. This is on Server 1 and is a MSSQL Server DB. The second server has the same list of buildings but different data, lease details, costs ect. This is on server 2 and is a MySQL DB Server. My question is how do I do a join on these two tables in c# code?
Thanks in advance for any help