Replaces a table in the data source
Function ReplaceTable( alias, new_name )
string alias - the alias of the old table to be replaced
string new_name - the new name of the table
none
DS.ReplaceTable "Accounts", AccountsNew"
SetCustomSelect
SetDS
SetFROM
DS