Description

Attempts to create an alias for the indicated table, volume, and database.  It returns a True$ if successful or a False$ if unsuccessful.

Syntax

rv = Database_Services("SetTableAlias", TableName, AliasName, Volume, DatabaseID)

Parameters

ParameterDescription

TableName

[REQUIRED] The linear hash database table name.

AliasName

[REQUIRED] The alias name being set.

Volume[REQUIRED] The location path or volume name where the table exists.
DatabaseID

[Optional] Database ID of the table being aliased. Defaults to the current Database ID (@DBID).

Version

16.0.19


  • No labels