OracleCommandBuilder and OracleDataAdapter

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
t0pdevice
Posts: 4
Joined: Mon 07 Aug 2017 07:19

OracleCommandBuilder and OracleDataAdapter

Post by t0pdevice » 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:
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?

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: OracleCommandBuilder and OracleDataAdapter

Post by Shalex » Mon 07 Aug 2017 15:32

* 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

Post Reply