locked
how to add tables from diffrent schema in Ado Entity Data Mode with ORACEL RRS feed

  • Question

  • using ADO.net EDM, how do you add a tables from diffrent schema into the edmx, the userid has access to all the schema, but since the table i want is under diffrent userid schema than the one i used for DB connection
    Wednesday, June 22, 2011 2:19 PM

Answers

  • Hi,

    You can add tables from different schemas in EF, but you can't use different users. The user that you use to update your model needs to have access to all the schemas in question.


    --Rune
    • Marked as answer by Alan_chen Friday, July 8, 2011 10:01 AM
    Wednesday, June 22, 2011 3:38 PM

All replies

  • Hi,

    You can add tables from different schemas in EF, but you can't use different users. The user that you use to update your model needs to have access to all the schemas in question.


    --Rune
    • Marked as answer by Alan_chen Friday, July 8, 2011 10:01 AM
    Wednesday, June 22, 2011 3:38 PM
  • Hi OK24,

    I am writing to check the status of the issue on your side. Would you mind letting us know the result of the suggestions?

    If you need further assistance, please feel free to let me know. I will be more than happy to be of assistance.

    Have a nice day.


    Alan Chen[MSFT]
    MSDN Community Support | Feedback to us
    Get or Request Code Sample from Microsoft
    Please remember to mark the replies as answers if they help and unmark them if they provide no help.

    Thursday, June 30, 2011 6:51 AM