[][src]Function odbc_sys::SQLSetConnectAttr

pub unsafe extern "system" fn SQLSetConnectAttr(
    hdbc: HDbc,
    attr: ConnectionAttribute,
    value: Pointer,
    str_length: Integer
) -> SqlReturn

Sets attributes that govern aspects of connections.

Returns

SUCCESS, SUCCESS_WITH_INFO, ERROR, INVALID_HANDLE, or SQL_STILL_EXECUTING.