Inherits DB_Base.

Public Member Functions | |
| DB_ODBC ($conn, $persistent) | |
| _catch ($msg="") | |
| select ($db) | |
| get_table_defn ($table) | |
| run_query ($sql) | |
| fetch_row (&$q) | |
| fetch_array (&$q) | |
| fetch_field (&$q, $num) | |
| num_fields (&$q) | |
| num_orws (&$q) | |
| get_insert_id () | |
| free_result ($q) | |
PRONTO WEB FRAMEWORK Copyright (C) 2006, Judd Vinet
Description: DB driver for ODBC.
Definition at line 11 of file odbc.php.
| DB_ODBC::_catch | ( | $ | msg = "" |
) |
Exception/error catcher
| string | $msg |
Reimplemented from DB_Base.
Definition at line 25 of file odbc.php.
References DB_Base::error().
Referenced by DB_ODBC().
| DB_ODBC::DB_ODBC | ( | $ | conn, | |
| $ | persistent | |||
| ) |
Definition at line 13 of file odbc.php.
References DB_Base::$conn, and _catch().
1.6.1