Searched refs:htype (Results 1 – 1 of 1) sorted by relevance
/PHP-7.0/ext/pdo_odbc/ |
H A D | odbc_driver.c | 64 SQLSMALLINT htype, recno = 1; in pdo_odbc_error() local 82 htype = SQL_HANDLE_STMT; in pdo_odbc_error() 85 htype = SQL_HANDLE_DBC; in pdo_odbc_error() 88 htype = SQL_HANDLE_ENV; in pdo_odbc_error() 92 rc = SQLGetDiagRec(htype, eh, recno++, einfo->last_state, &einfo->last_error, in pdo_odbc_error() 120 rc = SQLGetDiagRec(htype, eh, recno++, discard_state, &code, in pdo_odbc_error()
|
Completed in 5 milliseconds