Searched refs:htype (Results 1 – 1 of 1) sorted by relevance
/PHP-8.4/ext/pdo_odbc/ |
H A D | odbc_driver.c | 60 SQLSMALLINT htype, recno = 1; in pdo_odbc_error() local 78 htype = SQL_HANDLE_STMT; in pdo_odbc_error() 81 htype = SQL_HANDLE_DBC; in pdo_odbc_error() 84 htype = SQL_HANDLE_ENV; in pdo_odbc_error() 88 rc = SQLGetDiagRec(htype, eh, recno++, (SQLCHAR *) einfo->last_state, &einfo->last_error, in pdo_odbc_error() 116 rc = SQLGetDiagRec(htype, eh, recno++, discard_state, &code, in pdo_odbc_error()
|
Completed in 14 milliseconds