To open connectors, use <OpenConnector>.
An OpenConnector tag contains a single client tag that specifies the name of the connector to open.
|
<OpenConnector> subtag |
Description |
|---|---|
|
<client> |
The name of the connector to open. |
The following example opens the simpleGroup connector.
<?xml version="1.0" encoding="UTF-8"?>
<actions>
<OpenConnector>
<client>simpleGroup</client>
</OpenConnector>
</actions> |
| Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |