Click here to Skip to main content
15,893,588 members
Articles / Programming Languages / C#

Microsoft Enterprise Library Data Access Block [DAAB] on Oracle Provider [ODP.NET]

Rate me:
Please Sign up or sign in to vote.
4.88/5 (32 votes)
4 Feb 2010CPOL11 min read 361.9K   4.3K   105  
Microsoft Enterprise Library Data Access Block [DAAB] on Oracle Provider [ODP.NET]
Hi there

You need to download and install the Enterprise Library from 

http://msdn2.microsoft.com/en-us/library/aa480453.aspx

You could replace the existing DLLs that came with the installation with
The updated DLLs that can be found in the folder UpdatedEnterpriseLibraryDLLs.

For samples on how to use it refer QuickStart Application 
Which has samples to connect to the Oracle Database.
The quickstart project is a windows application and it has two forms in it.
OracleStartForm.cs and QuickStartForm.cs

The QuickStartForm.cs comes with the Enterprise Library installation
and OracleStartForm.cs was created to demo DAAB on ODP.Net

The Oracle Sql Script can be found at 
H:\My CodeProject Articles\DAAB on ODP.NET\UpdatedQuickStart\DataAccessQuickStart\DatabaseScript.sql

Hope that helps.

As this is my first post. Please do give your feedback on the ups and downs of the article
Thanks

Rain Man

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Web Developer
United Kingdom United Kingdom
Software Developer

Comments and Discussions