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

SQL Anywhere 10.0.1 » QAnywhere » QAnywhere .NET API Reference » iAnywhere.QAnywhere.Client namespace (.NET 1.0) » QABinaryMessage interface

WriteShort method Next Page

WriteString method


Appends a string value to the QABinaryMessage instance's message body.

Syntax

Visual Basic
Public Sub WriteString( _
ByVal val As String _
)

C#
public void WriteString(
string val
);

Parameters
Remarks

Note: The receving application needs to invoke ReadString method for each WriteString invocation.

Note: The UTF-8 representation of the string to be written can be at most 32767 bytes.

See also