value
The string value. Passing NULL is equivalent to calling SetNull.
len
The length of the string in bytes or UL_NULL_TERMINATED_STRING if the string is null-terminated. SQLE_INVALID_PARAMETER
is set if len > 32K. For large strings, call AppendStringChunk instead.