Thursday, April 21, 2011

Entity object to connect to 2 databases

Is it possible for an entity object to connect to 2 databases?

From stackoverflow
  • No, the model is based on a single database. If you need data from another database (assuming SQL Server), create a view against the other database and import the view into your model.

0 comments:

Post a Comment