|
|
| Name: |
ODBC Conn |
| Base name: |
connviaodbc |
| Description: |
ODBC database access wrapper |
| Related classes: |
odbc, odbc class |
| Version: |
- |
| PHP version: |
- |
| License: |
Artistic License |
| All time users: |
1514 users |
| All time rank: |
2180 |
| Week users: |
1 user |
| Week rank: |
2417 |
| |
|
 |
|
Innovation award
 Nominee: 1x |
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.2%) |
- |
- |
Sufficient (61.2%) |
729 |
| Month: |
Not yet rated by the users |
| |
Applications that use this class |
|
|
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.
| |
Files |
|
|
| 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 |