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
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Good (87.5%) |
Good (93.8%) |
- |
Good (81.3%) |
- |
- |
Sufficient (61.3%) |
623 |
| Month: |
Not yet rated by the users |
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| File |
Role |
Description |
odbc_class.php |
Class |
A simple class to connect and manage databases via php + ODBC |
odbc_test.php |
Example |
some short tests using this class |