Home
last modified time | relevance | path

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

/php-src/ext/pdo_odbc/
H A Dodbc_driver.c60 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 12 milliseconds