ESSCMD Semicolon Statement Terminator

The ; (semicolon) statement terminator signals the end of a command; for example,

SELECT "SAMPLE" "BASIC";

The SETAPPSTATE and SETDBSTATE commands are examples of commands which you should terminate with ; to prevent any confusion in processing.

Note:

All syntax examples in this documentation use quotation marks and semicolon terminators.