This class is a wrapper to access databases using the ODBC API. It can:
- Establish connections
- Prepare and execute SQL queries and retrieve the results into arrays
- Manage transactions
- Insert or update table rows using an array of field values
- Delete table rows that match a given condition
- Drop tables