How to choose an Oracle provider for .Net application?

后端 未结 3 1772
无人及你
无人及你 2020-12-16 06:01

I am trying to figure out what is the best way to connect an (existing) ASP.Net application to an Oracle database to read its dictionary information.

There are simpl

3条回答
  •  天命终不由人
    2020-12-16 06:35

    Dump OLE DB and ODBC options, if you have direct data access provider there is no need in using OLE DB or ODBC.

    I recommend Oracle Data Provider for .NET.

提交回复
热议问题