This class can generate report HTML pages from given SQL database queries.
It supports either MySQL and Microsoft SQL server databases.
It takes as parameters the database type, the database access arguments, an SQL query strings, the title of the report page, number of records to show in a page.
It executes the SQL query and display the results in an HTML table.
The code and the comments are in Portuguese.
In Portuguese:
Essa classe foi criada para gerar relatórios a partir de uma instrução SQL.