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
.