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

Sets attributes that govern aspects of connections.

Returns

SUCCESS, SUCCESS_WITH_INFO, ERROR, INVALID_HANDLE, or SQL_STILL_EXECUTING.