Previous Next

DELETE ALIAS statement
Deletes an alias from the alias table.
Syntax 
 
DELETE ALIAS { alias | VALUE ( expression ) }
alias
An existing alias. It can be an unquoted string or a quoted string.
VALUE (expression)
A character-string expression that evaluates to an existing alias.
Example 
This procedure deletes the alias myalias from the alias table:
 
DELETE ALIAS myalias.
Notes 
*
*
See also 
ALIAS function, CONNECT statement, CONNECTED function, CREATE ALIAS statement, CREATE CALL statement, DATASERVERS function, DBCODEPAGE function, DBCOLLATION function, DBRESTRICTIONS function, DBTYPE function, DBVERSION function, DISCONNECT statement, FRAME-DB function, LDBNAME function, NUM-DBS function, PDBNAME function, SDBNAME function

Previous Next
© 2013 Progress Software Corporation and/or its subsidiaries or affiliates.