Home

Getting Started

Utilities

Indexing

Omnidex

Development

Tutorials

Quick Links

 

sectionpage

ODXSQL - Commands

Syntax

Options

Example

 

ODXSQL

Special Characters

System Commands

Getting Help

Commands

VIEW

ODXSQL ONLY.

The VIEW command is used to display the contents of the specified file to the OdxSQL window. The file is displayed in pages defined by the PAGEWIDTH and PAGELENGTH settings for the current OdxSQL session.

 

Syntax

VIEW filename [WITH options]

VIEW
Required

filename
Required. The filespec of the file to display.

WITH options
Optional. A comma separated list of options to apply to this command.

 

Options

N/A

 

Example

>view useme.txt

;<common quiet>
connect order.env
;<end_common>
;<section=secname>
open cursor
;Opened cursor
cd c:\omnidex\bin
;<end_section>
;<verbose>
select company from customers where state='co'
;Check qualifying count
;<COMMON>
DISCONNECT
;<END_COMMON>

-------------------- End Of File -------------------

Top