Is it possible to use the DataContext class to connect to an Oracle DB?
I am reading some examples on MSDN
I need an example where the context is used to connect to Oracle.
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.
DataContexts are specific to LINQ-to-SQL and thus SQL Server. If you want an ORM for Oracle, you need to look at alternatives like the Microsoft Entity Framework or NHibernate.