An OPEN query is used to sequentially retrieve records from one or more tables.
It does support filters set on each table, joining tables and sort options.
As opposed to a SELECT query this doesn't retrieve all records at once but one
at a time, just like a standard FOR EACH/OPEN QUERY.
An OPEN query is used to sequentially retrieve records from one or more tables. It does support filters set on each table, joining tables and sort options. As opposed to a SELECT query this doesn't retrieve all records at once but one at a time, just like a standard FOR EACH/OPEN QUERY.