SQLHelper Class

Saif Khan picture Saif Khan · Jun 26, 2009 · Viewed 10.3k times · Source

Is there a recent version of the SQLHelper class out there. I've been using one for a few years now and was wondering if there is a new version out there for .NET Framework 2.0 or 3.0. I prefer this on small projects vs Microsoft Data App Block (which I use on larger projects).

I came across this link

http://www.microsoft.com/downloads/details.aspx?familyid=f63d1f0a-9877-4a7b-88ec-0426b48df275&displaylang=en

Answer

AdaTheDev picture AdaTheDev · Aug 10, 2009

According to this...

SqlHelper was actually replaced with an abstract class, called Database, and two concrete classes that derive from it: SqlDatabase and OracleDatabase.