Home

Getting Started

Utilities

Indexing

Omnidex

Development

Tutorials

Quick Links

 

SQL Reference

Commands

Syntax

Options

Example

 

SQL Reference

Joins

Nested Queries

Set Operations

ON CURSOR | INSTANCE

WITH Options

Commands

Functions

 

VERSION

Returns Omnidex version information.

In ODXSQL, the version information is displayed to the screen.

 

Syntax

VERSION [ON [INSTANCE] instancenumber] [[WITH] options]

VERSION
Required.

ON INSTANCE instancenumber
Optional. instancenumber is the integer instance number created when the connection to the Omnidex environment was established. The INSTANCE keyword is optional. The ON keyword is required if specifying the instance number.

[WITH options]
Optional - Specify options to be used for this command.

 

Options

ALL - Displays all available version information. See the example below for details. This information may vary by operating system.

RELEASES - Display the OmniAccess, OmniAccess Preprocessor, and Index Access build numbers, as well as the Compilation Timestamp.

OA - Display the OmniAccess version number.

IA - Displays the IndexAccess version number

BUILD - Displays the software build number.

 

Example

> version
DS73013 2.0.00 ODXSQL - Omnidex SQL Mon Sep 29 11:46:23 2003
(c) Dynamic Information Systems Corp. 1981-2003
LICENSEE: DISC Internal Copy

OmniAccess 3.8 Build 5G
OmniAccess Preprocessor 1.3.14 (Active)
Omnidex Kernel 3.8.05
Compilation Timestamp Sep 8 2003 09:23:53

>

 

Top