Differences

This shows you the differences between two versions of the page.

Link to this comparison view

dev:sql:statements:connect:home [2010/07/02 05:20]
tdo
dev:sql:statements:connect:home [2016/06/28 22:38]
Line 1: Line 1:
-{{page>:​top_add&​nofooter&​noeditbtn}} 
-<​html><​div align="​center"><​span style="​color:​red">​DRAFT</​span></​div></​html>​ 
  
-====== 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. ​ 
- 
-Note that when using the Omnidex ODBC and Omnidex JDBC driver, connections are established using ODBC and JDBC calls. ​ 
- 
-The Omnidex CONNECT Statement is primarily used within OdxSQL. 
-===== Syntax ===== 
-  CONNECT [TO] [ [host:port] ]environment_filespec[ [node_name] ] 
-          [ON host[:​port]] ​ 
-          [AS [user]/​[password]] 
-          [USING < ODBC | JDBC | CLOA > ]  
-          [WITH options] 
-  
- 
-===== Discussion ===== 
-==== [TO] [ [host:port] ]Environment_filespec ==== 
- 
-Specifies the Omnidex XML Environment containing the Omnidex metadata. 
- 
-  connect odx.xml; 
- 
-==== ON host:port ==== 
- 
-Specifies that the Environment Catalog is located on a remote server and the Omnidex Network Services (OdxNet) will be used for access. 
-==== [AS [user]/​[password]] ​ ==== 
- 
-Used to specify a username and password if required by the underlying relational database. 
- 
-  connect odxoracle.xml as orauser/​pass;​ 
-==== USING api  ==== 
- 
-Used to specify the either the ODBC or JDBC api to use for access. ​ This is primarily used to test ODBC and JDBC access using OdxSQL. 
- 
-  connect odx.xml using ODBC; 
- 
-==== [WITH options] ​ ==== 
- 
-Options specific to the CONNECT command. 
- 
-MAINTENANCE - Accesses the Omnidex Environment exclusively to facilitate changes. 
- 
-  connect to odx.xml with maintenance;​ 
- 
-{{page>:​bottom_add&​nofooter&​noeditbtn}} 
 
Back to top
dev/sql/statements/connect/home.txt ยท Last modified: 2016/06/28 22:38 (external edit)