RENAME CONNECTION Command

Example   See Also

Renames a named connection in the current database.

Syntax

RENAME CONNECTION ConnectionName1 TO ConnectionName2

Arguments

ConnectionName1

Specifies the name of the connection to be renamed.

ConnectionName2

Specifies the new name of the connection.

Remarks

The database containing the named connection must be opened exclusively and must be current before the connection can be renamed. To open a database for exclusive use, include EXCLUSIVE in OPEN DATABASE.