Home
last modified time | relevance | path

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

/PHP-5.5/ext/pdo_odbc/
H A Dodbc_driver.c47 einfo->last_err_msg, in pdo_odbc_fetch_error_func()
93 einfo->last_err_msg, sizeof(einfo->last_err_msg)-1, &errmsgsize); in pdo_odbc_error()
99 einfo->last_err_msg[errmsgsize] = '\0'; in pdo_odbc_error()
108 *pdo_err, what, einfo->last_error, einfo->last_err_msg); in pdo_odbc_error()
209 strcpy(H->einfo.last_err_msg, S->einfo.last_err_msg); in odbc_handle_preparer()
347 strcpy(H->einfo.last_err_msg, "Unknown Attribute"); in odbc_handle_set_attr()
H A Dphp_pdo_odbc_int.h122 char last_err_msg[SQL_MAX_MESSAGE_LENGTH]; member
H A Dodbc_stmt.c762 strcpy(S->einfo.last_err_msg, "Unknown Attribute"); in odbc_stmt_set_param()
794 strcpy(S->einfo.last_err_msg, "Unknown Attribute"); in odbc_stmt_get_attr()

Completed in 10 milliseconds