Oracle and asp.net [closed]
What client should be used to access Oracle database (specifically invoking the stored procedures) from ASP.net code? I am specifically referring to the industry standard. What tips/tricks/issues have you had with it?
EDITED
You should use ODP.NET.
System.Data.OracleClient which is part of the .NET framework is deprecated and should no longer be used because they will be removed in a future version of the .NET Framework.
精彩评论