Hi,
In my DAL i was thinking of adding a helper factory which will return a
SQLHelper class or OracleHelper class. Is this a good idea? If so, can the
helper class be singleton?
Greg
"Chris" <Ch***@discussions.microsoft.com> wrote in message
news:F0**********************************@microsof t.com...
Hi, In my DAL i was thinking of adding a helper factory which will return a SQLHelper class or OracleHelper class. Is this a good idea? If so, can the helper class be singleton?