This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
dev:sql:connect [2009/11/28 20:45] tdo created |
— (current) | ||
|---|---|---|---|
| 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. | ||
| - | |||
| - | FIXME - Connects with ODBC and JDBC | ||
| - | |||
| - | |||
| - | ===== Syntax ===== | ||
| - | |||
| - | CONNECT [[TO] filename [AS [user] / [password]] [WITH options]] | ||
| - | |||
| - | Optional - Specify options to be used for this command. | ||
| - | |||
| - | ===== 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 | ||
| - | |||
| - | {{page>:bottom_add&nofooter&noeditbtn}} | ||