Click here to Skip to main content
15,885,214 members
Articles / Programming Languages / C#

Data Access Component and the Factory Design Pattern

Rate me:
Please Sign up or sign in to vote.
3.00/5 (14 votes)
5 Apr 2006CPOL3 min read 56.1K   1.4K   39  
A generic Data Access Component implementation written in C# that supports SQL, Oracle, OLEDB and ODBC data providers. Using the Factory design pattern for instantiating the data provider correct and specific objects determined at run time.

Alternatives

Members may post updates or alternatives to this current article in order to show different approaches or add new features.

No alternatives have been posted.

License

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


Written By
Web Developer
Egypt Egypt
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions