To delete connectors, use <SetProperty> with a client name but no other values.
In the following example, the connector with the ID ianywhere.connector.jboss is closed. All of its properties are deleted by the <SetProperty> tag, omitting the name and value tags.
<?xml version="1.0" encoding="UTF-8"?> <actions> <CloseConnector> <client>ianywhere.connector.jboss</client> </CloseConnector> <SetProperty> <prop> <client>ianywhere.connector.jboss</client> </prop> </SetProperty> </actions> |
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |