Home

Getting Started

Utilities

Indexing

Omnidex

Development

Tutorials

Quick Links

 

sectionpage

ODXSQL - Commands - SET Options

Example

SET

 

ODXSQL

Special Characters

System Commands

Getting Help

Commands

 

 

HISTORY

SET HISTORY n

The HISTORY n set option defines the maximum number of commands to be stored in the history list. The default is 100.

SET HISTORY 200

There is no upper limit for this option other than memory limits that may be reached as a result of writing the commands to a file.

To prevent OdxSQL from tracking commands, set this setting to 0.

SET HISTORY 0

 

Example

 

Top