I want to use linq to sql classes generated by VS or entitty framework, for Oracle databases, how can i do it?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you have Visual Studio 2008 and use Oracle 10g, then you can use a provider for Oracle from MSDN Code Gallery. It is compatible with EF.
You can’t access Oracle with LINQ only, without using Entity Framework.
There is another provider on CodePlex, based on the sample provided below, which works also with Oracle 9i.
Finally, you may be interested in the related Stack Overflow question: Can you use Microsoft Entity Framework with Oracle?