Page 1 of 1

OracleCommandBuilder and OracleDataAdapter

Posted: Mon 07 Aug 2017 08:10
by t0pdevice
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:
Note: This class is not available in .NET Standard 1.3 compatible assembly. It is available only in the assembly for full .NET Framework.
How can we install from NuGet a version related not to the .NET Standard 1.3?
Or how to replace the functionality of the above classes?

Re: OracleCommandBuilder and OracleDataAdapter

Posted: Mon 07 Aug 2017 15:32
by Shalex
* Only .NET Standard 1.3 (.NET Core) compliant Devart assemblies are uploaded to www.nuget.org: https://www.nuget.org/packages/devart.data.oracle

* Our roadmap includes uploading .NET Framework compliant Devart assemblies to www.nuget.org. There is no any timeframe for this feature at the moment. As a workaround, please create and use local package like described at viewtopic.php?f=1&t=34352#p119065