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

SQL Anywhere 10.0.1 » MobiLink - Server Administration » MobiLink Server System Tables

ml_qa_repository_props Next Page

ml_qa_repository_props_client


This table is used only for QAnywhere applications. This table is created on the remote database by the QAnywhere Agent as needed.

Caution    

Do not alter this table.

Column

Description

seqnoBIGINT. Used to give a total ordering to the messages, this is necessary for true queuing.
msgid VARCHAR(128). Primary key. Globally unique message identifier.
name VARCHAR(128). Primary key. The name of the property. If the property name was provided in Unicode, it is translated to the native character set of the database.
valueVARCHAR(32767). The value of the property.
Remarks

The owner of this table is ml_qa_user_group.

See also