
Sometimes we require the values fetched from database to be customized and sorted. While the customisation can be done in the sql statement itself , it is less flexible since for changing the type of customization we have to go and change the sql. ADO provides two methods SORT AND FILTER , for customizing and sorting the records fetched from database. The following piece of code demonstrates the above concept by using SORT and FILTER Method of recordset.
|