The information in this article applies to:
SUMMARYThe following is an explanation of how to envoke an editor from within ISQL or OSQL. MORE INFORMATION
Before running ISQL or OSQL, the EDITOR environment parameter must be set to
the name of the editor's executable file and the executable file must
be available on the path. Be sure that environment parameters for the
editor (such as TMP or INIT) are also set. Once inside ISQL or OSQL, use the
"ed" command to invoke the editor.
If you are having difficulty invoking and editor with the "ed" command, try using the ISQL/OSQL shell command "!!" to invoke another program or batch file. This command will use the C run-time function system() rather than spawnlp() and may help expose the source of the problem. Additional query words:
Keywords : kbtool SSrvISQL |
Last Reviewed: November 10, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |