This is an old revision of the document!


DRAFT

Omnidex SQL: CONNECT

Description

CONNECT establishes a connection to an Omnidex Environment. Before any Omnidex operations can be performed on an Omindex enhanced data store, a connection must be established.

FIXME - Connects with ODBC and JDBC

Syntax

CONNECT [TO] filename 
        [ON host[:port]] 
        [AS [user]/[password]]
        [USING api] 
        [WITH options]

Discussion

[TO] filespec

Specifies the Omnidex Environment.

[AS [user]/[password]]

Optional - Specify username and password if required by the application.

[WITH options]

Options specific to the CONNECT command.

Options

read
write
exclusive
ia
da
oa
envaccess
eapreload
eacache
iacache
dacache
iafiles
dbdirect
dbinstal
dbuser
dbaccess
maxfopens
maxmemory
cache
singledbconnect
userlocking
preprocessor
interrupts
clocks
autopseudocolumns
setcwd

Examples

Simple

connect myenv
 
Back to top
dev/sql/statements/connect/home.1259560638.txt.gz ยท Last modified: 2016/06/28 22:38 (external edit)