Group: StrataFrame Users
Posts: 80,
Visits: 239
|
Hello,
I have a BO (my first, yea!) that grabs the data I'm looking for and all is well in the universe.
Now, I have a requirement to combine data from multiple data sources (same table structure, but the data is living on different SQL Servers) and I'm figuring a UNION would give me what I need. This is a read-only scenario, so I don't need to worry about updates being sent back to the different servers (yet).
I have not gone through the process of adding additional data sources to my project yet, but I will review the documentation on how to set that up. After that, I guess the trick is how to select data from different servers into the BO dataset...
Any suggestions?
Thanks.
|