Sets a client message store property.
Item | Description | Remarks |
---|---|---|
1 | Property name | VARCHAR(128) |
2 | Property value | SMALLINT |
Client message store properties are readable from every connection to this client message store. The values are synchronized up to the server, as well, where they can be used in transmission rules.
The following example sets the synchronization policy to automatic for the message store:
begin call ml_qa_setstoreproperty( 'policy', 'automatic' ); commit; end |
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |