I need to write a LightSwitch application, which displays a grid with data from 2 different tables, which are located in 2 different databases.
There is table A
with column BankId
in one database and table B
with columns BankId
and BankName
. I need to display BankName
as well as some data from table A
.
Is it possible to implement this in LightSwitch for Visual Studio 2012?
If yes, how?