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