Differences

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

Link to this comparison view

Next revision
Previous revision
dev:sql:overview [2009/11/29 22:26]
tdo
dev:sql:overview [2016/06/28 22:38] (current)
Line 2: Line 2:
 <​html><​div align="​center"><​span style="​color:​red">​DRAFT</​span></​div></​html>​ <​html><​div align="​center"><​span style="​color:​red">​DRAFT</​span></​div></​html>​
 ====== Omnidex SQL Reference ====== ====== Omnidex SQL Reference ======
 +{{page>:​sql_bar&​nofooter&​noeditbtn}}
 ===== Overview ===== ===== Overview =====
-Omnidex SQL is a rich implementation of the SQL2 and SQL99 standards along with extensions specific to Omnidex. 
  
-===== Satements by Type =====+Omnidex SQL is based on ANSI SQL, but also contains extensions that support Omnidex'​s extended features.
  
-==== Data Manipulation Statements ==== +Omnidex has limited support for Oracle and SQL Server specific SQL extensions such as Oracle decode.
-| SELECT | Select data | +
-| INSERT | Insert data | +
-| DELETE | Delete data | +
-| UPDATE | Update data | +
-==== Index Manipulation Statements ==== +
-| | | +
-==== Miscellaneous Statements ====+
  
 +Omnidex SQL is available using standard ODBC and JDBC connections.
  
 +Omnidex provides a high-level SQL interface to access databases enhanced with Omnidex indexes. ​ The SQL supported is a subset of the ANSI SQL2 and ANSI SQL99 standard along with some very powerful extensions specific to Omnidex.
  
 +SQL should be used for all Omnidex application development including ODBC applications,​ Java applications using the Omnidex JDBC driver, and OmniAccess applications through oaexecsql. The Query Language extensions work in conjunction with the SQL standard syntax, in all types of applications.
  
-===== All Statements =====+Third party ODBC tools such as Microstratey,​ Cognos Impromptu, and Microsoft'​s Query, Access, Excel, and Word communicate with Omnidex via the Omnidex ODBC driver. 
 +Development tools such as Microsoft'​s Interdev, Visual Basic, and Visual C++ can communicate with Omnidex via the OmniAccess API or the Omnidex ODBC driver using object layers such as ActiveX Data Objects (ADO).
  
 +Java applications such as applets, servlets, and standard console applications can communicate with Omnidex via the Omnidex JDBC driver.
 +
 +Omnidex SQL is a rich implementation of the SQL2 and SQL99 standards along with extensions specific to Omnidex.
  
 +Omnidex SQL Statements are callable via the ODBC and JDBC Interfaces.
  
 +Omnidex SQL statements can also be tested and scripted using the [[programs:​odxsql:​overview|OdxSQL]] program.
  
 {{page>:​bottom_add&​nofooter&​noeditbtn}} {{page>:​bottom_add&​nofooter&​noeditbtn}}
 
Back to top
dev/sql/overview.1259533581.txt.gz · Last modified: 2016/06/28 22:38 (external edit)