Home
last modified time | relevance | path

Searched refs:pdo_odbc_stmt_error (Results 1 – 3 of 3) sorted by relevance

/PHP-5.3/ext/pdo_odbc/
H A Dodbc_stmt.c250 pdo_odbc_stmt_error("SQLExecute"); in odbc_stmt_execute()
254 pdo_odbc_stmt_error("SQLExecute"); in odbc_stmt_execute()
363 pdo_odbc_stmt_error("Can't bind a lob for output"); in odbc_stmt_param_hook()
379 pdo_odbc_stmt_error("SQLBindParameter"); in odbc_stmt_param_hook()
528 pdo_odbc_stmt_error("SQLFetchScroll"); in odbc_stmt_fetch()
537 pdo_odbc_stmt_error("SQLFetchScroll"); in odbc_stmt_fetch()
556 pdo_odbc_stmt_error("SQLDescribeCol"); in odbc_stmt_describe()
567 pdo_odbc_stmt_error("SQLColAttribute"); in odbc_stmt_describe()
595 pdo_odbc_stmt_error("SQLBindCol"); in odbc_stmt_describe()
750 pdo_odbc_stmt_error("SQLSetCursorName"); in odbc_stmt_set_param()
[all …]
H A Dphp_pdo_odbc_int.h172 #define pdo_odbc_stmt_error(what) pdo_odbc_error(stmt->dbh, stmt, SQL_NULL_HSTMT, what, __FILE__, _… macro
H A Dodbc_driver.c188 pdo_odbc_stmt_error("SQLSetStmtAttr: SQL_ATTR_CURSOR_SCROLLABLE"); in odbc_handle_preparer()
206 pdo_odbc_stmt_error("SQLPrepare"); in odbc_handle_preparer()

Completed in 9 milliseconds