Connecting to Oracle with C # framework 3.5

I am writing a sharepoint webservice to insert and retrieve data from an oracle database on some other servers. Since the .Data.OracleClient system is deprecated, we must use the dac file oracle.dataaccess to connect to the oracle database. But this can only be achieved with dll dependencies. How can I achieve this to connect my sharepoint service to the oracle database. Please, help!!!!

+4
source share
1 answer

DevArt dotConnect for Oracle had a managed (client agnostic) driver for Oracle long before .NET 3.5:

https://www.devart.com/dotconnect/oracle/

Dev Art, . , , . . , .

, Oracle ODP.net - , 4.0, .

0

All Articles