DynamicQuery::AddTable (open)

Add a new selected table source to the query

Syntax

LOADLIB "wh::dbase/dynquery.whlib";

MACRO AddTable(STRING rename, INTEGER transaction, STRING tablename, STRING ARRAY select_columns)

Parameters

STRING rename

Name of the table in the query

INTEGER transaction

Which transaction must this table be gotten from?

STRING tablename

Name of the table (directly passed to the relevant transaction)

STRING ARRAY select_columns