Microsoft .net framework consists of ADO .NET which enables the developer to interact with the database. ADO .NET provides many rich features that can be used to retrieve and display data in a number of ways. Apart from the flexibility provided by the ADO .NET, sometimes we find ourselves repeating the same code again and again. For this reason Microsoft introduced SQL helper class which can be used to perform common task in with less code. You can Download SQLHelper Class in this link.
Download SQLHelper Class
SQLHelper class is used to select/insert/update the data from database. It contains the methods which return different objects like Dataset, SqlDataReader, Integer etc at the end of the method. It also contains methods for adding parameter to SQL Command with different parameters and contains the method to set the parameter value.
Download SQLHelper Class
Download SQLHelper Class
Download SQLHelper Class
SQLHelper class is used to select/insert/update the data from database. It contains the methods which return different objects like Dataset, SqlDataReader, Integer etc at the end of the method. It also contains methods for adding parameter to SQL Command with different parameters and contains the method to set the parameter value.
Download SQLHelper Class
Download SQLHelper Class