Searched refs:pdo_odbc_drv_error (Results 1 – 2 of 2) sorted by relevance
180 pdo_odbc_drv_error("SQLAllocStmt"); in odbc_handle_preparer()232 pdo_odbc_drv_error("SQLAllocHandle: STMT"); in odbc_handle_doer()295 pdo_odbc_drv_error("SQLEndTran: Commit"); in odbc_handle_commit()306 pdo_odbc_drv_error("SQLSetConnectAttr AUTOCOMMIT = ON"); in odbc_handle_commit()321 pdo_odbc_drv_error("SQLEndTran: Rollback"); in odbc_handle_rollback()331 pdo_odbc_drv_error("SQLSetConnectAttr AUTOCOMMIT = ON"); in odbc_handle_rollback()406 pdo_odbc_drv_error("SQLSetEnvAttr: ODBC3"); in pdo_odbc_handle_factory()414 pdo_odbc_drv_error("SQLSetEnvAttr: SQL_ATTR_CP_MATCH"); in pdo_odbc_handle_factory()422 pdo_odbc_drv_error("SQLAllocHandle (DBC)"); in pdo_odbc_handle_factory()429 pdo_odbc_drv_error("SQLSetConnectAttr AUTOCOMMIT"); in pdo_odbc_handle_factory()[all …]
171 #define pdo_odbc_drv_error(what) pdo_odbc_error(dbh, NULL, SQL_NULL_HSTMT, what, __FILE__, __LINE__) macro
Completed in 8 milliseconds