Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » SQL Anywhere Server - SQL Usage » Accessing Remote Data » Using directory access servers

Creating directory access servers Next Page

Deleting directory access servers


You cannot alter an existing directory access server: you must drop the existing directory access server using a DROP SERVER statement, and then create a new one.

Dropping directory access servers
To drop a directory access server (Sybase Central)
  1. Open the Directory Access Servers folder for the database.

  2. Select the directory access server, and then choose Edit > Delete.

  3. To drop a directory access server (SQL)
Dropping proxy tables

Use the DROP TABLE statement to drop a proxy table used by the directory access server.

To drop a proxy table (Sybase Central)
  1. Open the Directory Access Servers folder for the database.

  2. In the right pane, click the Proxy Tables tab.

  3. Select the proxy table, and then choose Edit > Delete.

To drop a proxy table (SQL)