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 » ULPreparedStatement class

SetBooleanParameter method Next Page

SetByteChunkParameter method


Sets data in a binary or long binary column.

Syntax

SetByteChunkParameter(
param_number As Integer,
data As Long,
data_len As Long
)
Member of UltraLiteAFLib.ULPreparedStatement

Parameters

param_number    The 1-based parameter number to set.

data    An array of bytes.

data_len    The number of bytes from the array to set. SetByteChunk writes over the current content.

For more information about appending to an existing value, see AppendByteChunkParameter method.