Page 1 of 1

Entity Framework Direct Mode

Posted: Fri 18 Nov 2011 16:10
by DimitriSturm
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?

Posted: Tue 22 Nov 2011 09:18
by Shalex
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.