Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » SQL Anywhere Server - SQL Reference » SQL Statements

SYNCHRONIZE SUBSCRIPTION statement [SQL Remote] Next Page

SYSTEM statement [Interactive SQL]


Use this statement to launch an executable file from within Interactive SQL.

Syntax

SYSTEM ' [path] file-name '

Remarks

Launches the specified executable file.

Permissions

None.

Side effects

None.

See also
Standards and compatibility
Example

The following statement launches the Notepad program, assuming that the Notepad executable is in your path.

SYSTEM 'notepad.exe';