ReplaceTable
Description
Description
Replaces a table in the data source
Syntax
Syntax
Function ReplaceTable( alias, new_name )
Parameters
Parameters
string alias - the alias of the old table to be replaced
string new_name - the new name of the table
Return Values
Return Values
none
Example
Example
DS.ReplaceTable "Accounts", AccountsNew"
See also
See also