locked
multiple database in a single edmx? RRS feed

  • Question

  • Is it possible to use multiple database in a single edmx.

    for eg, now i am using a database "abc"and a edmx to work with the database tables. now i want to add a new database "security" to this edmx? is it possible?

    Thursday, November 17, 2011 8:52 AM

Answers

  • An another edmx will use an another connection too and probably you'll need it.

    Regards, Greg

    Sunday, November 20, 2011 10:14 AM

All replies

  • Don't beleive our idea it is wrong because each edmx generate the contextclass. However, consider WCF class library then you can use more than 10 database.

    Thursday, November 17, 2011 9:00 AM
  • can u provide any example relating the post......

    Saturday, November 19, 2011 11:31 PM
  • is it better to add another edmx for the second database?

    Sunday, November 20, 2011 1:58 AM
  • An another edmx will use an another connection too and probably you'll need it.

    Regards, Greg

    Sunday, November 20, 2011 10:14 AM