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

Properties Next Page

AppendBytes method


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

Syntax

AppendBytes(
UInt16 columnID,
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 column. When inserting, insertBegin initializes the new value to the column's default value. The data in the row is not actually changed until you execute an insert, and that change is not permanent until it is committed.

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

For other errors, a SQLException with the appropriate error code is thrown.