This class can provide an interface to access data in tables rows using objects of the class.
It can access any database table without previous knowledge of the table structure. It determines automatically the fields and the primary keys. It ca work with tables with one or more primary key fields.
The class provides functions for searching, inserting, updating or deleting object records in the database without requiring the developer to write any SQL code.
It uses the ADODB library to access the database. |