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> | 
| Discuss this page in DocCommentXchange. Send feedback about this page using email. | Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |