Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
dev:sql:statements:connect:home [2010/07/29 20:34]
tdo
dev:sql:statements:connect:home [2010/07/29 20:40]
tdo
Line 19: Line 19:
 ==== TO ==== ==== TO ====
 TO is optional and is only included for readability. TO is optional and is only included for readability.
- 
 ==== connection_string ==== ==== connection_string ====
 +//​Connection_string//​ is a bracketed server name and optional port that directs the connection through the Omnidex Network services.
 +
 +When using a //​connection_string//​ the USING <ODBC | JDBC > clause must be specified.
 +
 +  connect [server1:​7555]odx.xml using ODBC;
 +
 +Under Windows, the //​environment_filespec//​ must have the backslash directory separater escaped.
 +
 +  connect [server1:​7555]c:​\\dev\\odx\\myenv.xml using odbc
 +
  
 ==== Environment_filespec ==== ==== Environment_filespec ====
-The Environment_filespec specifies the Omnidex XML Environment containing the Omnidex metadata. ​ The keyword TO is optional.+The //Environment_filespec// specifies the Omnidex XML Environment containing the Omnidex metadata. ​ The keyword TO is optional.
  
   connect odx.xml;   connect odx.xml;
 
Back to top
dev/sql/statements/connect/home.txt ยท Last modified: 2016/06/28 22:38 (external edit)