odbc_sys

Function SQLSetStmtAttrW

Source
pub unsafe extern "system" fn SQLSetStmtAttrW(
    hstmt: HStmt,
    attr: StatementAttribute,
    value: Pointer,
    str_length: Integer,
) -> SqlReturn
Expand description

Sets attributes related to a statement.

ยงReturns

SUCCESS, SUCCESS_WITH_INFO, ERROR, or INVALID_HANDLE.