Differences

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

Link to this comparison view

programs:odxsql:home [2009/12/01 20:30]
tdo
programs:odxsql:home [2016/06/28 22:38]
Line 1: Line 1:
-====== OdxSQL Quick Notes ====== 
- 
-^[[programs:​odxsql:​overview|Overview]]^Commands^Odx SQL^ 
- 
-OdxSQL is a console application for manually entering SQL Statements and OdxSQL Commands. 
- 
-Use OdxSQL for processing Data Definition Scripts to create Omnidex Environments and Indexes. 
- 
-Use OdxSQL to test SQL SELECTs and ODBC, JDBC and Network Services set up. 
- 
-  
-Common ways to run OdxSQL 
- 
-  os> odxsql 
-  os> odxsql envfile 
-  os> odxsql dsnfile -odxnet -odbc 
-  os> odxsql -? 
- 
-Explained: ​ 
-| odxsql | Run OdxSQL. ​ Use the CONNECT command to connect to an Environment | 
-| odxsql dsnfile -odxnet -odbc | Run OdxSQL and an OdxNET background process and connect to the DSN using ODBC | 
-| odxsql envfile | Run OdxSQL and connect to the '​envfile'​ | 
-| odxsql -? | Displays OdxSQL command line options | 
- 
-  * OdxSQL connects to an Omnidex Environment or ODBC or JDBC Omnidex File Datasource (DSN). 
-  ​ 
-  * OdxSQL automatically terminates commands and SQL Statements with a <cr>. 
-    * Use the backslash [ \ ]statement continuation character for multi line statements. ​ 
-    * Use SET CONTINUATION OFF to use the semi-colon command and statement terminator. 
- 
-  * Use HELP <cr> to display a list of commands and SQL Statements. 
-    * Use HELP <​command>​ to display the syntax for the command. 
- 
-  * Use SET ? to get a list of OdxSQL Set options. 
- 
-  * Use Show <​table>​ to show information on a table with the tables'​s column layout. 
- 
-  * Create scripts ​ 
- 
-  * [[programs:​odxsql:​overview | OdxSQL Overview ]] 
-  * OdxSQL Command Line Options 
-  * OdxSQL Commands 
-  * OdxSQL Settings 
-  * OdxSQL Script Examples 
-  * SQL SELECT 
-  * SQL SELECT Examples 
-  * Omnidex SQL Statements 
- 
  
 
Back to top
programs/odxsql/home.txt ยท Last modified: 2016/06/28 22:38 (external edit)