DynamicQuery::Execute (open)

Executes the the query and returns the result rows. These are in the form [ source1 := [ column1 := value, column2 := value, ... ], source2 := ... ].

Syntax

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

RECORD ARRAY FUNCTION Execute()

Return value

RECORD ARRAY