0

After I searched around on Google and Stackoverflow, I understand that I need to ask because I'm newbie about MVC.

My question is How to use multiple databases on edmx?

I think if I can put entity from different databases on same edmx, MVC can generate dropdownlist on View. But I have no idea about this and don't know how to solve.

Rgds

CMMaung
  • 165
  • 5
  • 11
  • 27

1 Answers1

1

It might be possible if you can first setup my database synonyms. Check this blog post for how it works. http://rachel53461.wordpress.com/2011/05/22/tricking-ef-to-span-multiple-databases/

StackTrace
  • 9,190
  • 36
  • 114
  • 202