Use this statement to launch an executable file from within Interactive SQL.
SYSTEM ' [path] filename '
Launches the specified executable file.
The SYSTEM statement must be entirely contained on one line.
Comments are not allowed at the end of a SYSTEM statement.
Enclose the path and file name in single quotation marks.
None.
None.
SQL/2003 Vendor extension.
The following statement launches the Notepad program, assuming that the Notepad executable is in your path.
SYSTEM 'notepad.exe'; |
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |