Action disabled: source

Programs: OdxSQL

Command line

OdxSQL can be run with command-line options that determine how OdxSQL is to be run. Combinations of these options can also be used to instruct OdxSQL to execute one or more commands and then exit, making it possible to embed all instructions in a shell script.

Syntax

The syntax for running OdxSQL is:

odxsql [environment] [options]

All options will begin with a hyphen. An environment is any partially of fully-qualified filename, not prefixed with a hyphen.

Options

The following command-line options can be passed to OdxSQL.

-help

Display the command line options for OdxSQL.

-version

Display the version of OdxSQL.

-use=filename

Execute the commands contained in the named file. If the -exit option is not provided, then OdxSQL will remain active after all commands have been processed.

-cmd='cmd1;cmd2'

Execute the commands in the order that they appear, separated by semicolons. If the -exit option is not provided, then OdxSQL will remain active after all commands have been processed.

-exit

Exit OdxSQL after all statements have been processed.

-exit_on_error

Exit OdxSQL if an error occurs while processing the statements.

-nobanner

Do not display the OdxSQL banner.

-odbc

Intialize OdxSQL with the ODBC client interface so that all commands will be processed using ODBC.

-jdbc

Intialize OdxSQL with the JDBC client interface so that all commands will be processed using JDBC.

Additional Resources

See also:

 
Back to top
programs/odxsql/cmdline.txt ยท Last modified: 2016/06/28 22:38 (external edit)