This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
quicklinks [2011/04/16 21:54] admin |
quicklinks [2012/10/26 14:40] (current) |
||
---|---|---|---|
Line 5: | Line 5: | ||
^ OdxSQL ^|[[programs:odxsql:overview| Overview]] | [[programs:odxsql:commands:home| Commands]] | [[programs:odxsql:settings:home | Settings ]] | [[programs:odxsql:commandline | Command Line ]] | [[programs:odxsql:home | Quick Ref ]] | | ^ OdxSQL ^|[[programs:odxsql:overview| Overview]] | [[programs:odxsql:commands:home| Commands]] | [[programs:odxsql:settings:home | Settings ]] | [[programs:odxsql:commandline | Command Line ]] | [[programs:odxsql:home | Quick Ref ]] | | ||
^ Programs ^| [[programs:odxsql:home | OdxSQL ]] | [[programs:odxnet:home | OdxNet ]] | [[ programs:odxaim:home | OdxAim ]] | [[ programs:versions:home | versions ]] | | | ^ Programs ^| [[programs:odxsql:home | OdxSQL ]] | [[programs:odxnet:home | OdxNet ]] | [[ programs:odxaim:home | OdxAim ]] | [[ programs:versions:home | versions ]] | | | ||
- | ^ Legacy Progs. ^| [[programs:oacomp:home | oacomp ]] | [[programs:dbinstal:home | dbinstal ]] | [[programs:oahelper | oahelper ]] | [[programs:oadecomp:home | oadecomp ]] | [[programs:regmaint | regmaint ]] | | + | ^ Legacy Progs. ^| [[programs:oacomp:home | oacomp ]] | [[programs:dbinstal:home | dbinstal ]] | [[programs:oahelper | oahelper ]] | [[programs:oadecomp:home | oadecomp ]] | [[oaenv:home | Legacy Env. Syntax ]] | |
- | ^ Integration ^| [[integration:rawdata:home | Raw data files ]] | [[integration:rdbms:oracle:home | Oracle ]] | [[ integration:rdbms:sqlserver:home | SQLServer ]] | [[integration:rdbms:mysql:home | MySQL ]] | [[integration:rdbms:odbc:home | ODBC ]] | | + | ^ Data Stores ^| [[integration:rawdata:home | Raw data files ]] | [[integration:rdbms:oracle:home | Oracle ]] | [[ integration:rdbms:sqlserver:home | SQLServer ]] | [[integration:rdbms:mysql:home | MySQL ]] | [[integration:rdbms:odbc:home | ODBC ]] | |
- | ^ Datatypes ^| Omnidex | [[integration:rdbms:oracle:datatypes | Oracle ]] | [[ integration:rdbms:sqlserver:datatypes | SQLServer ]] | [[integration:rdbms:mysql:datatypes | MySQL ]] | [[integration:rdbms:odbc:home | ODBC ]] | | + | ^ Datatypes ^| [[appendix:reference:datatypes | Omnidex ]] | [[integration:rdbms:oracle:datatypes | Oracle ]] | [[ integration:rdbms:sqlserver:datatypes | SQLServer ]] | [[integration:rdbms:mysql:datatypes | MySQL ]] | [[integration:rdbms:odbc:home | ODBC ]] | |
- | ^DDL Create ^| [[dev:sql:statements:create_environment:home | Create Env. ]] | [[dev:sql:statements:create_database:home | Create Database ]] |[[dev:sql:statements:create_table:home | Create Table ]] | [[dev:sql:statements:create_index:home | Create Index ]] | [[dev:sql:statements:create_index_group:home | Create Index Group ]] | | + | ^ DDL Create ^| [[dev:sql:statements:create_environment:home | Create Env. ]] | [[dev:sql:statements:create_database:home | Create Database ]] |[[dev:sql:statements:create_table:home | Create Table ]] | [[dev:sql:statements:create_index:home | Create Index ]] | [[dev:sql:statements:create_index_group:home | Create Index Group ]] | |
- | ^DDL Drop ^| [[dev:sql:statements:drop_environment:home | Drop Env. ]] | [[dev:sql:statements:drop_database:home |Drop Datebase ]] | [[dev:sql:statements:drop_table:home | Drop Table ]] | [[dev:sql:statements:drop_index:home | Drop Index ]] | [[dev:sql:statements:drop_index_group:home | Drop Index Group ]] | | + | ^ DDL Drop ^| [[dev:sql:statements:drop_environment:home | Drop Env. ]] | [[dev:sql:statements:drop_database:home |Drop Datebase ]] | [[dev:sql:statements:drop_table:home | Drop Table ]] | [[dev:sql:statements:drop_index:home | Drop Index ]] | [[dev:sql:statements:drop_index_group:home | Drop Index Group ]] | |
^ SQL DML ^| [[dev:sql:statements:select:home | Select ]]| [[dev:sql:statements:insert:home |Insert ]] | [[dev:sql:statements:delete:home |Delete ]] | [[dev:sql:statements:update:home |Update ]] | [[dev:sql:statements:qualify:home |Qualify ]] | | ^ SQL DML ^| [[dev:sql:statements:select:home | Select ]]| [[dev:sql:statements:insert:home |Insert ]] | [[dev:sql:statements:delete:home |Delete ]] | [[dev:sql:statements:update:home |Update ]] | [[dev:sql:statements:qualify:home |Qualify ]] | | ||
- | ^ SQL Access ^| [[dev:sql:statements:connect:home |Connect *]] | [[dev:sql:statements:disconnect:home | Disconnect *]] | [[dev:sql:statements:attach:home | Attach ]] | [[dev:sql:statements:detach:home | Detach ]] | [[dev:sql:statements:set:home | Set ]] | | + | ^ SQL Access ^| [[dev:sql:statements:connect:home |Connect]] <sup>,,1,,</sup> | [[dev:sql:statements:disconnect:home|Disconnect]] <sup>,,1,,</sup> | [[dev:sql:statements:attach:home | Attach ]] | [[dev:sql:statements:detach:home | Detach ]] | [[dev:sql:statements:set:home | Set ]] | |
- | ^SQL Syncing ^| [[dev:sql:statements:update_indexes:home | Update Indexes ]] | [[dev:sql:statements:update_text:home | Update Text ]] | [[dev:sql:statements:update_statistics:home | Update Statistics ]] | [[dev:sql:statements:update_rollups:home | Update Rollups ]] | [[dev:sql:statements:update_rollup_table:home | Update Rollup Table ]] | | + | ^ SQL Syncing ^| [[dev:sql:statements:update_indexes:home | Update Indexes ]] | [[dev:sql:statements:update_text:home | Update Text ]] | [[dev:sql:statements:update_statistics:home | Update Statistics ]] | [[dev:sql:statements:update_rollups:home | Update Rollups ]] | [[dev:sql:statements:update_rollup_table:home | Update Rollup Table ]] | |
- | ^SQL Special ^| [[dev:sql:statements:export:home | Export ]] | [[dev:sql:statements:Partition:home | Partition ]] | [[dev:sql:statements:join:home | Join ]] | [[dev:sql:statements:open_cursor:home | Open Cursor ]] | [[dev:sql:statements:close_cursor:home | Close Cursor ]]| | + | ^ SQL Special ^| [[dev:sql:statements:export:home | Export ]] | [[dev:sql:statements:Partition:home | Partition ]] | [[dev:sql:statements:join:home | Join ]] | [[dev:sql:statements:open_cursor:home | Open Cursor ]] | [[dev:sql:statements:close_cursor:home | Close Cursor ]]| |
- | ^SQL Other ^| [[dev:sql:statements:install_indexes:home | Install Indexes ]] | [[ dev:sql:statements:remove_indexes:home | Remove Indexes ]] | [[dev:sql:statements:load_ofx:home | Load OFX ]]| [[dev:sql:statements:command:home | Command ]] | [[dev:odxsql:commands:extract:home | Extract *]] | | + | ^ SQL Other ^| [[dev:sql:statements:install_indexes:home | Install Indexes ]] | [[ dev:sql:statements:remove_indexes:home | Remove Indexes ]] | [[dev:sql:statements:load_ofx:home | Load OFX ]]| [[dev:sql:statements:command:home | Command ]] | [[dev:odxsql:commands:extract:home | Extract]] <sup>,,2,,</sup> | |
- | ^ SQL Functions ^| Standard | Extended | Oracle | | | | + | ^ SQL Functions ^| [[dev:sql:functions:home | Standard ]]| [[dev:sql:functions:home | Extended ]] | [[dev:sql:functions:home | Oracle ]] | [[dev:sql:functions:string:home | String ]] | [[dev:sql:functions:text:home | Adv. Text ]]| |
- | ^ Special ^| Env Variables | Glossary | Debugging | Conn Strings | Release Notes | | + | ^ Special ^| [[appendix:reference:envvar:home | Env Variables ]] | [[glossary:home | Glossary ]] | [[dev:debugging:home | Debugging ]] | [[dev:connections:home | Conn Strings ]]| [[install:releases:home | Release Notes ]] | |
- | ^ Interfaces ^| ODBC | JDBC | Oracle Stored Procs | SQL Stored Procs.| | | + | ^ Interfaces ^| [[dev:odbc:home | ODBC ]] | [[dev:odbc:home | JDBC ]] | [[dev:dbprocs:oracle:home | Oracle Stored Procs ]] | [[dev:dbprocs:sqlserver:home | SQL Stored Procs. ]] | | |
- | ^ Languages ^| Java | C# | Visual Basic | PHP | | | + | ^ [[dev:home | Languages ]] ^| [[dev:jdbc:sample | Java ]] | [[dev:odbc:sample | C# ]] | [[dev:odbc:examples:php_select | PHP ]] | [[dev:odbc:examples:simpleselect | C++ ]] | [[dev:oa:home | OA/CLOA Libraries ]]| |
- | ^ Features ^| Snapshots | Grids | Rollup Tables | Geo Searches | | | + | ^ Features ^| [[admin:features:snapshots:home | Snapshots ]] | [[admin:features:grids:home | Grids ]] | [[admin:features:rollups:home | Rollup Tables ]] | [[admin:features:geo:home | Geo Searches ]] | | |
- | ^ Indexing ^| [[admin:indexing:concepts:home | Concepts ]] | [[admin:indexing:indexes:home | Options ]] | [[admin:indexing:strategies:home | Strategies ]] | Updates | | | + | ^ Indexing ^| [[admin:indexing:concepts:home | Concepts ]] | [[admin:indexing:indexes:home | Options ]] | [[admin:indexing:strategies:home | Strategies ]] | [[admin:basics:updates:home | Updates ]] | [[sql:explain:home | Explain Plans ]]| |
- | ^ Indexing ^| [[admin:indexing:activecounts:count | ActiveCounts ]] | [[admin:indexing:powersearch:home | PowerSearch ]] | [[admin:indexing:autocomplete:home | AutoComplete ]] | Omnidex Text | [[admin:indexing:advanced:home | Adv. Strategies ]] | | + | ^ Indexing ^| [[admin:indexing:activecounts:home | ActiveCounts ]] | [[admin:indexing:powersearch:home | PowerSearch ]] | [[admin:indexing:autocomplete:home | AutoComplete ]] | [[admin:indexing:text:home | Omnidex Text ]] | [[admin:indexing:advanced:home | Adv. Strategies ]] | |
^--------------------------^|--------------------------|--------------------------------|--------------------------------|--------------------------------|--------------------------------| | ^--------------------------^|--------------------------|--------------------------------|--------------------------------|--------------------------------|--------------------------------| | ||
- | * Statement is only available from OdxSQL. | ||
+ | <sup>,,1,,</sup> The CONNECT and DISCONNECT statements are used in OdxSQL. Specific connection methods are used in ODBC/JDBC.\\ | ||
+ | <sup>,,2,,</sup> The EXTRACT command is only available in the OdxSQL program. | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | ===== Omnidex SQL Standard Functions ===== | ||
- | | [[ dev:sql:functions:abs | ABS ]]| [[ dev:sql:functions:case | CASE ]] | [[ dev:sql:functions:cast | CAST ]] |[[ dev:sql:functions:character_length | CHAR[ACTER]_LENGTH ]] |[[ dev:sql:functions:coalesce | COALESCE ]] | [[ dev:sql:functions:concatenation | || (Concatenation) ]] | | ||
- | |[[ dev:sql:functions:current_date | CURRENT_DATE ]] | [[ dev:sql:functions:current_time | CURRENT_TIME]] | [[ dev:sql:functions:current_timestamp | CURRENT_TIMESTAMP]] |[[ dev:sql:functions:current_user | CURRENT_USER]] | [[ dev:sql:functions:extract | EXTRACT]] | [[ dev:sql:functions:lower | LOWER]] | | ||
- | | [[ dev:sql:functions:mod | MOD ]] | [[ dev:sql:functions:position | POSITION]] | [[ dev:sql:functions:power | POWER ]] | [[ dev:sql:functions:round | ROUND ]] | [[ dev:sql:statements:select:sample | SAMPLE ]] | [[ dev:sql:functions:substring | SUBSTRING]] | | ||
- | | [[ dev:sql:functions:session_user | SESSION_USER]] | [[ dev:sql:functions:system_user | SYSTEM_USER ]] | [[ dev:sql:functions:trim | TRIM ]] | [[ dev:sql:functions:trunc | TRUNC ]] | [[ dev:sql:functions:upper | UPPER ]] | [[ dev:sql:functions:user | USER ]] | | ||
- | |||
- | |||
- | ===== Omnidex Extended Functions ===== | ||
- | /* [[ dev:sql:functions:external | ]]*/ | ||
- | | [[ dev:sql:functions:calc_date | $CALC_DATE ]] | [[ dev:sql:functions:col_length | $COL[UMN]_LENGTH ]] | [[ dev:sql:functions:contains:home | $CONTAINS ]] | [[ dev:sql:functions:context:home | $CONTEXT ]] | [[ dev:sql:functions:convert | $CONVERT ]] | [[ dev:sql:functions:compare_dates | $COMPARE_DATES]] | | ||
- | |[[ dev:sql:functions:current_row | $CURRENT_ROW ]] | [[ dev:sql:functions:distance | $DISTANCE ]] | | [[ [[ dev:sql:functions:highlight_criteria:home | $HIGHLIGHT_CRITERIA ]] | [[ dev:sql:functions:highlight_keywords:home | $HIGHLIGHT_KEYWORDS ]] | [[ dev:sql:functions:ifnull | $IFNULL ]] | | ||
- | | [[ dev:sql:functions:lj | $LJ ]] |[[ [[ dev:sql:functions:lookup:home | $LOOKUP ]] | [[ dev:sql:functions:lpad | $LPAD ]] | [[ dev:sql:functions:mod | $MOD ]] | [[ dev:sql:functions:proper | $PROPER ]] | [[ dev:sql:functions:random | $RANDOM ]] | | ||
- | | [[ dev:sql:functions:rj | $RJ ]] | [[ dev:sql:functions:rpad | $RPAD ]] | [[ dev:sql:functions:score | $SCORE ]] | [[ dev:sql:functions:soundex | $SOUNDEX ]] | | ||
- | |||
- | ===== Oracle Functions ===== | ||
- | Use the CREATE ENVIRONMENT SQL_SYNTAX setting or the SET SQL_SYNTAX setting to activate. | ||
- | | [[ dev:sql:orafunctions:sys_extract_utc | SYS_EXTRACT_UTC ]] | [[ dev:sql:orafunctions:sysdate | SYSDATE ]] | [[ dev:sql:orafunctions:systimestamp | SYSTIMESTAMP ]] | [[ dev:sql:orafunctions:to_date | TO_DATE ]] | [[ dev:sql:orafunctions:to_number | TO_NUMBER ]] | | ||
- | |||
- | /* | ||
- | | [[ dev:sql:orafunctions:chr | CHR ]] | [[ dev:sql:orafunctions:instr | INSTR ]] | [[ dev:sql:orafunctions:new_time | NEW_TIME ]] | [[ dev:sql:orafunctions:nvl | NVL ]] | [[ dev:sql:orafunctions:substr | SUBSTR ]] | ||
- | */ | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | ===== Create a simple functioning Environment with an Omnidex index ===== | ||
- | <code> | ||
- | os> odxsql | ||
- | > CREATE ENVIRONMENT IN "myenv.xml"; | ||
- | > CREATE DATABASE mydb TYPE FLATFILE IN "myenv.xml"; | ||
- | > CREATE TABLE mytable PHYSICAL "test1" | ||
- | (myseq integer, | ||
- | mytext char(60) quicktext | ||
- | ) | ||
- | IN "myenv.xml"; | ||
- | > CONNECT myenv.xml; | ||
- | > UPDATE INDEXES; | ||
- | > SELECT * FROM mytable where mytext = '<some criteria>'; | ||
- | > DISCONNECT; | ||
- | > EXIT | ||
- | os> | ||
- | </code> | ||
- | |||
- | ===== SQL Statements by Category ===== | ||
- | |||
- | ===== Omnidex SQL SELECT and Data Manipulation Statements ===== | ||
- | |||
- | Omnidex SQL supports SQL's SELECT and Data Manipulation Statements (INSERT, UPDATE, and DELETE). | ||
- | |||
- | | [[dev:sql:statements:select:home|SELECT]] | Peform a Query Specification and SELECT rows. | | ||
- | | [[dev:sql:statements:insert:home|INSERT]] | Insert rows into a Table. | | ||
- | | [[dev:sql:statements:update:home|UPDATE]] | Update rows in a Table. | | ||
- | | [[dev:sql:statements:delete:home|DELETE]] | Delete rows in a Table. | | ||
- | ===== Omnidex Connection Statements ===== | ||
- | Omnidex supports statements to establish connections and set processing options for the connection as well as attach and detach individual files to an Omnidex Environment. | ||
- | |||
- | | [[dev:sql:statements:connect:home|CONNECT]] | Connect to an Omnidex Environment. | | ||
- | | [[dev:sql:statements:disconnect:home|DISCONNECT]] | Disconnect from a connected Omnidex Environment. | | ||
- | | [[dev:sql:statements:set:home|SET]] | Set Omnidex SQL processing options. | | ||
- | | [[dev:sql:statements:attach:home|ATTACH]] | Attach an Omnidex Standalone Table (OST) to a connected Omnidex Environment for queries and manipulation. | | ||
- | | [[dev:sql:statements:detach:home|DETACH]] | Detach an Omnidex Standalone Table (OST) from a connected Omnidex Environment. | | ||
- | |||
- | ===== Omnidex SQL Data Definition Language (DDL) Statements ===== | ||
- | Omnidex SQL has statements that create and drop objects within an Omnidex Environment. | ||
- | |||
- | Also see the OdxSQL Extract command to generate DDL statements from an existing Omnidex Environment. | ||
- | |||
- | ^ DDL Statement ^ Description ^ | ||
- | | [[dev:sql:statements:create_environment:home|CREATE ENVIRONMENT]] | Create an Omnidex Environment into a named physical operating system file. | | ||
- | | [[dev:sql:statements:create_database:home|CREATE DATABASE]] | Create a Database within an Omnidex Environment. | | ||
- | | [[dev:sql:statements:create_table:home|CREATE TABLE]] | Create a Table within a Database in the Omnidex metadata or an Omnidex or RDBMS temporary table. | | ||
- | | [[dev:sql:statements:create_index:home|CREATE INDEX]] | Specify an Index in the Omnidex metadata but will not physically create the index. | | ||
- | | [[dev:sql:statements:create_index_group:home | CREATE INDEX GROUP ]] | Specify an Index Group within the Omnidex metadata. | | ||
- | | [[dev:sql:statements:drop_environment:home|DROP ENVIRONMENT]] | Deletes the Omnidex Metadata Environment by physically deleting the operating system file. | | ||
- | | [[dev:sql:statements:drop_database:home|DROP DATABASE]] | Remove the named Database from the Omnidex metadata. | | ||
- | | [[dev:sql:statements:drop_table:home|DROP TABLE]] | Remove a table from the Omnidex metadata or deletes a previously created temporary table. | | ||
- | | [[dev:sql:statements:drop_index:home|DROP INDEX]] | Removes an index from the Omnidex metadata. | | ||
- | | [[dev:sql:statements:drop_index_group:home | DROP INDEX GROUP]] | Removes a named Index Group from the Omnidex metadata. | | ||
- | | [[dev:sql:statements:attach:home|ATTACH]] | Attach an Omnidex Standalone Table (OST) to a connected Omnidex Environment for queries and manipulation. | | ||
- | | [[dev:sql:statements:detach:home|DETACH]] | Detach an Omnidex Standalone Table (OST) from a connected Omnidex Environment. | | ||
- | |-------------------------------------------| | | ||
- | |||
- | ===== Omnidex SQL Query and Export Statements ===== | ||
- | | [[dev:sql:statements:select:home|SELECT]] | Peform a Query Specification and SELECT rows. | | ||
- | | [[dev:sql:statements:export:home|EXPORT]] | Export rows or rowids to an external file. | | ||
- | | [[dev:sql:statements:open_cursor:home |OPEN CURSOR]] | Open a Cursor. | | ||
- | | [[dev:sql:statements:close_cursor:home|CLOSE CURSOR]] | Close a previously opened cursor. | | ||
- | ===== Omnidex SQL Index and Processing Maintenance Statements ===== | ||
- | Omnidex supports several statements to synchronize the Omnidex indexes, rollup tables and internal statistics. | ||
- | |||
- | | [[dev:sql:statements:update_indexes:home|UPDATE INDEXES]] | Update Omnidex Indexes. | | ||
- | | [[dev:sql:statements:update_rollup:home|UPDATE ROLLUP]] | Update Rollup Table with summarized information. | | ||
- | | [[dev:sql:statements:update_rollups:home|UPDATE ROLLUPS]] | Update all Rollup Tables for an Omnidex Database. | | ||
- | | [[dev:sql:statements:update_statistics:home|UPDATE STATISTICS]] | Update Statistics Information. | | ||
- | | [[dev:sql:statements:home:update_text|UPDATE TEXT]] | Update Textual Statistics. | | ||
- | | [[dev:sql:statements:partition:home|PARTITION]] | Partition a table into smaller sub tables based on criteria. | | ||
- | | [[dev:sql:statements:load_ofx:home|LOAD OFX]] | Load Indexes for a table. | | ||
- | | [[dev:sql:statements:install_indexes:home|INSTALL INDEXES]] | Specifies the Omnidex indexes into the Omnidex XML Environment. No indexing is performed. | | ||
- | | [[dev:sql:statements:remove_indexeshome|REMOVE INDEXES]] | Removes the Omnidex indexes from the Omnidex XML Environment. | | ||
- | |||
- | ===== Omnidex SQL Index Query Statements ===== | ||
- | Omnidex supports lower level QUALIFY and JOIN statements to query the Omnidex indexes directly. These statements are advanced statements used for testing and to support legacy applications. The SELECT statement is now typically used instead. | ||
- | |||
- | | [[dev:sql:statements:qualify:home|QUALIFY]] | Qualify index counts using Omnidex criteria. | | ||
- | | [[dev:sql:statements:join:home|JOIN]] | Join tables using Omnidex Indexes. | | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | ^ [[overview:home | Overview]] ^ [[nopage|Topics]] ^ [[admin:home | Administration]] ^ [[ dev:home | Development]] ^ [[nopage | General]] ^ | ||
- | | [[overview:omnidex | What is Omnidex?]] | [[odxadmin:nopage | Fast Counts]] | [[programs:odxadmin:home | Omnidex Administrator]]| [[dev:sql:home | Omnidex SQL Reference]] | [[osinstall:home | Software Installation]] | | ||
- | | [[nopage | Omnidex Architecture]] | [[admin:nopage | Fast Aggregations]] | [[programs:odxsql:home | OdxSQL]] | [[dev:odbc:home | ODBC]] | [[nopage | Platform Support]] | | ||
- | | [[nopage | Omnidex on Customer Lists]]| [[nopage | Textual Searches]] | [[sql:explain:home | Optimizing Query Performance]] |[[dev:jdbc:home|JDBC]] | [[appendix:releasenotes | Release Notes]] | | ||
- | | [[nopage | Omnidex on Business Analytics]] | [[admin:nopage | Fuzzy Searches]] |[[nopage | RDBMS Topics]] | [[dev:dbprocs:home | Stored Procedures]] | [[glossary:home|Glossary]] | | ||
- | | [[nopage | Omnidex on Transaction Logs]] | [[admin:nopage | Portable Snapshots]] | [[programs:legacy|Legacy Tools/APIs]] | [[dev:debug | Debugging]] | [[appendix:docmap | Documentation Map]]| | ||
- | | [[nopage | Omnidex on Flat File Databases]] | [[admin:grid:overview | Scalable Grids]] | [[admin:nopage | Administrator FAQ]] | [[dev:nopage |Developer FAQ]] | [[appendix:nopage | Installation FAQ]]| | ||
- | [[:quicklinks|(c)]],,Copyright Dynamic Information Systems - This document was last updated March 30, 2011,, |