Home

Getting Started

Utilities

Indexing

Omnidex

Development

Tutorials

Quick Links

 

sectionpage

ODXSQL - Commands

Syntax

Options

Example

 

ODXSQL

Special Characters

System Commands

Getting Help

Commands

SETENV

Set an environment variable for the current ODXSQL session.

Environment variable set with this command do not persist after the ODXSQL session has ended.

 

Syntax

SETENV variable value

SETENV
Required.

variable
Required. The environment variable setting.

value
Required. The value to set the environment variable to.

 

Options

N/A

 

Example

>setenv CAL_HOME c:\cal\testing
Environment variable set

>

Top