help setting up factory design pattern

  • Thread starter Thread starter Darren Guy
  • Start date Start date
D

Darren Guy

I am attempting to set up a factory design pattern for my data access
design.

In my investigation, I have been unable to find anything in regards to the
dbtypes for the different datatypes. ie SqlClient, OracleClient etc.

Does anyone have any examples of this, or point me to a web site that I can
look at.

Thanks in advance


Darren
 
Look at http://www.gotdotnet.com and check out the user's projects section.
There is a project that sets up a DAL using factory patterns there. I do not
have the URL, but a search in the user contributed area will find it.

---

Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***************************
Think Outside the Box!
***************************
 
Back
Top