Home
last modified time | relevance | path

Searched refs:pdo_odbc_drv_error (Results 1 – 2 of 2) sorted by relevance

/PHP-8.3/ext/pdo_odbc/
H A Dodbc_driver.c173 pdo_odbc_drv_error("SQLAllocStmt"); in odbc_handle_preparer()
226 pdo_odbc_drv_error("SQLAllocHandle: STMT"); in odbc_handle_doer()
291 pdo_odbc_drv_error("SQLEndTran: Commit"); in odbc_handle_commit()
302 pdo_odbc_drv_error("SQLSetConnectAttr AUTOCOMMIT = ON"); in odbc_handle_commit()
317 pdo_odbc_drv_error("SQLEndTran: Rollback"); in odbc_handle_rollback()
364 pdo_odbc_drv_error( in odbc_handle_set_attr()
480 pdo_odbc_drv_error("SQLAllocHandle: ENV"); in pdo_odbc_handle_factory()
487 pdo_odbc_drv_error("SQLSetEnvAttr: ODBC3"); in pdo_odbc_handle_factory()
495 pdo_odbc_drv_error("SQLSetEnvAttr: SQL_ATTR_CP_MATCH"); in pdo_odbc_handle_factory()
503 pdo_odbc_drv_error("SQLAllocHandle: DBC"); in pdo_odbc_handle_factory()
[all …]
H A Dphp_pdo_odbc_int.h168 #define pdo_odbc_drv_error(what) pdo_odbc_error(dbh, NULL, SQL_NULL_HSTMT, what, __FILE__, __LINE__) macro

Completed in 8 milliseconds