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

Properties Next Page

AppendByteChunk method


Appends the buffer of bytes to the row's column if the type is ulTypeLongBinary.

Syntax

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

Parameters

index    The 1-based parameter number to set.

data    The array of bytes to append.

data_len    The number of bytes from the array to append.

Errors set

ulSQLE_INVALID_PARAMETER    This error occurs if the data length is less than 0.

ulSQLE_CONVERSION_ERROR    This error occurs if the column data type is not LONG BINARY.