To delete a connection configuration for a particular LU pair from a connection configuration, use this procedure:
exec sgw_dropcon con_name, region
Provide a value for the con_name parameter and the region (optional) parameter to drop a specific connection.
WARNING! Providing only the con_name parameter value deletes all connection configurations for that con_name.
The following isql example deletes both sets of connection configurations added in the example:
exec sgw_dropcon SYBLU01
go
The next example deletes only the eight connections defined to PRODEMO:
exec sgw_dropcon SYBLU01, PRODEMO
go
Copyright © 2005. Sybase Inc. All rights reserved. |
![]() |