Can't assign value to unbound column (Error 40037)

You attempted to assign a value to a column that represents a large binary object (BLOB) or similar object.

To avoid this error, use the AppendChunk method to assign values to columns of this type. Use the ChunkRequired property to determine if the column in question requires the use of AppendChunk.