Sets the specified column to the binary value passed in.
SetByteChunk(
index As Integer, _
data As Long , _
data_len As Long
)
Member of UltraLiteAFLib.ULResultSet
index The 1-based ordinal of the column in the result set to be set.
data A pointer to the buffer containing the new data.
data_len The length of the data buffer.