Searched refs:pdo_odbc_drv_error (Results 1 – 2 of 2) sorted by relevance
178 pdo_odbc_drv_error("SQLAllocStmt"); in odbc_handle_preparer()231 pdo_odbc_drv_error("SQLAllocHandle: STMT"); in odbc_handle_doer()294 pdo_odbc_drv_error("SQLEndTran: Commit"); in odbc_handle_commit()305 pdo_odbc_drv_error("SQLSetConnectAttr AUTOCOMMIT = ON"); in odbc_handle_commit()320 pdo_odbc_drv_error("SQLEndTran: Rollback"); in odbc_handle_rollback()330 pdo_odbc_drv_error("SQLSetConnectAttr AUTOCOMMIT = ON"); in odbc_handle_rollback()405 pdo_odbc_drv_error("SQLSetEnvAttr: ODBC3"); in pdo_odbc_handle_factory()413 pdo_odbc_drv_error("SQLSetEnvAttr: SQL_ATTR_CP_MATCH"); in pdo_odbc_handle_factory()421 pdo_odbc_drv_error("SQLAllocHandle (DBC)"); in pdo_odbc_handle_factory()428 pdo_odbc_drv_error("SQLSetConnectAttr AUTOCOMMIT"); in pdo_odbc_handle_factory()[all …]
170 #define pdo_odbc_drv_error(what) pdo_odbc_error(dbh, NULL, SQL_NULL_HSTMT, what, __FILE__, __LINE__) macro
Completed in 10 milliseconds