
I would like to know if there is a way to connect an application to Oracle without installing "Devart dotConnect for Oracle".
We'd like to use DLL files directly.
Here is a sample of the connexion string we are using :
<add name="Entities1"
connectionString="metadata=res://*/system.Model.Model.csdl|res://*/system.Model.Model.ssdl|res://*/system.Model.Model.msl;provider=Devart.Data.Oracle;provider
connection string="Password=pass;User Id=user;Server=server;Persist
Security Info=True""
providerName="System.Data.EntityClient" />
Any help would be very welcome
