This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
programs:odxsql:commandline [2009/11/30 04:37] tdo |
programs:odxsql:commandline [2016/06/28 22:38] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| {{page>:top_add&nofooter&noeditbtn}} | {{page>:top_add&nofooter&noeditbtn}} | ||
| - | <html><div align="center"><span style="color:red">DRAFT</span></div></html> | ||
| - | ====== OdxSQL Command Line Options ====== | ||
| + | ====== OdxSQL Command Line Options ====== | ||
| + | {{page>:odxsql_bar&nofooter&noeditbtn}} | ||
| OdxSQL can accept the Omnidex Environment as well as several other options. | OdxSQL can accept the Omnidex Environment as well as several other options. | ||
| Line 81: | Line 81: | ||
| == -exit == | == -exit == | ||
| - | Exit after completion of processing the commands in the Use File. This option is handy in creating operating system batch processing scripts so that OdxSQL automatically terminates. | + | Exit after completion of processing the commands in the Use File. This option is typically used in creating operating system batch processing scripts so that OdxSQL automatically terminates. |
| == -exit_on_error == | == -exit_on_error == | ||
| Exit if an error occurs. | Exit if an error occurs. | ||
| + | |||
| + | OdxSQL will normally continue processing OdxSQL commands from a Use file even when a command or syntax error occurs. Seeting the -exit_on_error option will cause OdxSQL to terminate when an error is encountered. | ||
| == -nobanner == | == -nobanner == | ||