How to choose an Oracle provider for .Net application?
问题 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 simply too many possibilities: MS Data Provider for Oracle (requires 8.1.7, namespace System.Data.OracleClient) Oracle Data Provider for .NET (requires 9.2, namespace Oracle.DataAccess) Oracle Provider for OLE DB MSDASQL and ODBC As my current app uses MSSQL server, further options would be: Linked Server, access via server..user