Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Oracle.ManagedDataAccess for .Net 3.5

The question is:

Is there a library with Oracle.ManagedDataAccess for .NET 3.5?

Currently application uses.NET 4.0 but I must crate opportunity to use application on .NET 3.5 with independent Oracle library.

like image 375
templaris Avatar asked Nov 23 '25 04:11

templaris


1 Answers

The fully managed driver, which uses the Oracle.ManagedDataAccess namespace, is only available for .NET 4.0, as can be read in the Oracle documentation.

If you need to support .NET 3.5 you have to either use the unmanaged driver (Oracle.DataAccess namespace) or a third party driver like dotConnect for Oracle.

like image 66
cremor Avatar answered Nov 24 '25 22:11

cremor



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!