Data Access Layer For Oracle in asp.net 2.0
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
Dear All, I am lokking for Microsoft Application Blocks(BLL & DAL) for Oracle Database in ASP.NET 2.0 Web Application. Please help me with your suggestions and guidance. Thanks With Regards Vivek
Download the ODP.NET component from oracle web site or just simply get the latest the microsoft enterprise library for .net 2.0 then utilize the system.data.oracleclient namespace. FYI: sometimes the system.data.oracleclient component is not automatically loaded in “add reference” screen. You need to add this manually. The dll are located at “C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727” then look for System.Data.OracleClient.dll.