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.
Connect to the database as a user with DBA authority.
In the left pane, double-click Directory Access Servers.
Select the directory access server, and then choose Edit » Delete.
Connect to the host database as a user with DBA authority.
Execute a DROP SERVER statement.
For example:
DROP SERVER my_directory_server; |
Use the DROP TABLE statement to drop a proxy table used by the directory access server.
Connect to the database as a user with DBA authority.
In the left pane, double-click Directory Access Servers.
In the right pane, click the Proxy Tables tab.
Select the proxy table, and then choose Edit » Delete.
Click Yes.
Connect to the host database as a user with DBA authority.
Execute a DROP TABLE statement.
For example:
DROP TABLE my_files; |
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |