Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » UltraLite - AppForge Programming » UltraLite for AppForge API Reference » ULResultSet class

SetByte method Next Page

SetByteChunk method


Sets the specified column to the binary value passed in.

Syntax

SetByteChunk(
index As Integer, _
data As Long , _
data_len As Long
)
Member of UltraLiteAFLib.ULResultSet

Parameters

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.