This class can be used to display database query results in CSV (Comma Separate Values) format using the ODBC database access API. It connects to database server and executes a given SQL query. The class retrieves the query results and displays them in the current page in the CSV format. This class can be used to send selected records from a table, using an ODBC connection, directly to a browser, like a CSV file.