OracleCommandBuilder and OracleDataAdapter
Posted: Mon 07 Aug 2017 08:10
Hello.
We used the old version of dotConnect Oracle, now we decided to upgrade. Installed the latest version of 9.4.326.0 from NuGet. But now the OracleDataAdapter and OracleCommandBuilder used in our project have become deprecated.
In documentation found:
Or how to replace the functionality of the above classes?
We used the old version of dotConnect Oracle, now we decided to upgrade. Installed the latest version of 9.4.326.0 from NuGet. But now the OracleDataAdapter and OracleCommandBuilder used in our project have become deprecated.
In documentation found:
How can we install from NuGet a version related not to the .NET Standard 1.3?Note: This class is not available in .NET Standard 1.3 compatible assembly. It is available only in the assembly for full .NET Framework.
Or how to replace the functionality of the above classes?