Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

QUERY$ returns a Telitab set from an arbitrary database

Syntax

QUERY$(QueryScript$, [InpVar])

Arguments 

  • QueryScript$ is QueryScript$ is an expression returning a query receipe for the supported database
  • InpVar can be a list of parameters required in the QueryScript$ definition

Remarks

  1. One script is currently supported (see examples for their application):

...

  1. It is convenient to use the TEXTITEM$()function for QueryScript$for QueryScript$, see the examples how to do this;
  2. For details on the script definitions, please revert to the documentation of the related database product
  3. Qnowledge is working on the use of this function for direct query on QDB. Furthermore, we assume that SQL queries can be implemented comparable to the MS ACCESS queries. On request we can investigate this.

...