odp.net - Is there anyway making ADO.NET work on .NET Core? -


i need odp.net (oracle data providers .net) on .net core can't find anyway make work.

when reference oracleconnection or oraclecommand classes, project needs system.data assembly can't find in .net core.

so isn't there solution use ado.net on .net core?

the system.data.common contract available providers start implementing against. far, implementations on .net core know of system.data.sqlclient , microsoft.data.sqlite.


Comments

Popular posts from this blog

android - How to save instance state of selected radiobutton on menu -

python 3 IndexError: list index out of range -

IF statement in MySQL trigger -