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 - M-Business Anywhere Programming » UltraLite for M-Business Anywhere API Reference » PreparedStatement class

 PreparedStatement class Next Page

AppendBytesParameter method


Appends the specified subset of the specified array of bytes to the new value for the specified SQLType.LONGBINARY column.

Syntax

AppendBytesParameter(
UInt16 parameterID,
Array value,
UInt32 srcOffset,
UInt32 count
)

Parameters
Remarks

The bytes at position srcOffset (starting from 0) through srcOffset+count-1 of the array value are appended to the value for the specified parameter. When inserting, insertBegin initializes the new value to the parameter's default value.

If any of the following is true, an Error with code SQLError.SQLE_INVALID_PARAMETER is thrown and the destination is not modified: