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.
Use the SQL Anywhere 12 plug-in to connect to the host 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.
Use the SQL Anywhere 12 plug-in to connect to the host 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.
|
Copyright © 2010, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.0 |