RENAMEDB

Renames a database.

Syntax

RENAMEDB sourceApp sourceDb newDbName
ParameterDescription

sourceApp

Name of the application that contains the database to be renamed.

sourceDb

Name of the database to be renamed.

newDbName

New name for the database.

Example

RENAMEDB "FINANC95" "SALES95" "95SALES";