The AppendChunk method adds a segment to a binary large object (BLOB) column value.
object.AppendChunk( Data )
| Part | Description |
|---|---|
| object | Expression that evaluates to an object in the Applies To list |
| Data | The segment to be added to the BLOB column |
HRESULT AppendChunk(
VARIANT Data);
If the column value is not a BLOB type, AppendChunk sets the value of the column.