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
According to this...
SqlHelper was actually replaced with an abstract class, called Database, and two concrete classes that derive from it: SqlDatabase and OracleDatabase.