| '''Errors'''
|The command fails if no database is opened, if the source path is invalid or if the data cannot not be retrieved for some other reason.
|}
==RUN==
{| width='100%'
|-
| '''Syntax'''
|width='100%'|{{Code|RUN [file]}}
|-
| '''XML Syntax'''
|<code><run file='...'/></code><br/>
|-
| '''Permission'''
|''depends on query''
|-
| '''Summary'''
|Runs the query contained in {{Code|[file]}} and prints the result.
|-
| '''Errors'''
|The command fails if the specified file does not exist, or if the retrieved query is invalid.
|}
=General Commands=
==RUN==
{| width='100%'
|-
| '''Syntax'''
|width='100%'|{{Code|RUN [input]}}
|-
| '''XML Syntax'''
|Before {{Version 7.4}}:<code><run file='...'/></code><br/>Since {{Version 7.4}}:<code><run>[input]</run></code><br/>
|-
| '''Permission'''
|''depends on input''
|-
| '''Summary'''
|Evaluates the contents of the file specified by {{Code|[input]}} as XQuery expression. Since {{Version|7.4}}, if the file ends with the suffix {{Code|.bxs}}, the file content will be evaluated as [[#Command Scripts|command script]].
|-
| '''Errors'''
|The command fails if the specified file does not exist, or if the retrieved input is invalid.
|}
==GET==