Entity Framework Direct Mode

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
DimitriSturm
Posts: 1
Joined: Fri 18 Nov 2011 13:28

Entity Framework Direct Mode

Post by DimitriSturm » Fri 18 Nov 2011 16:10

I have an entity model where I want to use direct mode using the following connection string:





When running the code I get the following exception: "The underlying provider failed on ConnectionString."

Inner exception: 'Direct' is an invalid connection string attribute".

Is in't it possible to use direct mode in combination with entity framework?

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Post by Shalex » Tue 22 Nov 2011 09:18

It is not dotConnect for Oracle, which uses the Oracle.DataAccess.Client invariant name ("provider" in your connection string). Please use Devart.Data.Oracle instead of Oracle.DataAccess.Client.

Post Reply