Home

Getting Started

Utilities

Indexing

Omnidex

Development

Tutorials

Quick Links

 

ODXSQL

Commands

Syntax

Options

Example

 

System Commands

 

ODXSQL

Special Characters

USE Files

Commands

COMMAND

Execute an operating system command via $COMMAND table.

This command can also be used in ODBC and JDBC applications.

 

Syntax

COMMAND operating_system_command [ON NODE node] [WITH options]

operating_system_command
Required. The shell command to be executed

ON NODE node
Required. Execute the command on the specified node.

WITH options
Optional. A comma separated list of options to apply to this command.

 

Options

There are currently no options available for use with this command.

Support was added for future enhancements.

 

Example

> COMMAND DIR
Volume in drive C has no label.
...

 

Top