SiMX Help‎ > ‎The Target Platform‎ > ‎Objects‎ > ‎DS (Data Source)‎ > ‎

ReplaceTable


Common Objects


Description

Replaces a table in the data source

Syntax

Function ReplaceTable( alias, new_name )

Parameters

string alias - the alias of the old table to be replaced
string new_name - the new name of the table

Return Values

none

Example


DS.ReplaceTable "Accounts", AccountsNew"

See also