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!!!!
source
share