Contents Index SYNCHRONIZE SUBSCRIPTION statement [SQL Remote] TRIGGER EVENT statement

ASA SQL Reference
  SQL Statements

SYSTEM statement [Interactive SQL]


Description 

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

Syntax 

SYSTEM ' [pathfilename '

Usage 

Launches the specified executable file.

Permissions 

None.

Side effects 

None.

See also 

CONNECT statement [ESQL] [Interactive SQL]

Standards and compatibility 
Example 

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

SYSTEM 'notepad.exe'

Contents Index SYNCHRONIZE SUBSCRIPTION statement [SQL Remote] TRIGGER EVENT statement