This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
appendix:docmap [2009/12/10 15:16] admin |
appendix:docmap [2012/10/26 14:24] (current) |
||
|---|---|---|---|
| Line 10: | Line 10: | ||
| * [[overview:text|Using Omnidex: Knowledgebases and Text Databases]] | * [[overview:text|Using Omnidex: Knowledgebases and Text Databases]] | ||
| - | ===== Administration ===== | + | ===== The Environment Catalog ===== |
| - | - [[admin:home|Omnidex Administration]] | + | * [[oaenv:home | Omnidex Environment Syntax ]] |
| - | - [[admin:topics|General Topics]] | + | * [[oaenv:examples:c_oa_wine | C Example using OmniAccess API ]] |
| - | * [[admin:applications:home|Building Omnidex Applications]] | + | ===== Indexing with DBINSTAL ===== |
| - | * [[admin:architecture:home|Omnidex Architecture]] | + | |
| - | * [[admin:environments:home|Connecting Omnidex to your Data]] | + | |
| - | * [[admin:indexing:home|Omnidex Indexing Features]] | + | |
| - | * [[admin:snapshots:home|Omnidex Snapshots]] | + | |
| - | * [[admin:grids:home|Omnidex Grids]] | + | |
| - | * [[admin:optimization:home|Optimizing Queries]] | + | |
| - | * [[admin:monitoring:home|Monitoring Omnidex Applications]] | + | |
| - | * [[admin:updates:home|Updating your Omnidex Database]] | + | |
| - | * [[admin:rdbms:home|Integrating with Relational Databases]] | + | |
| - | - [[admin:environments:home|Environment Files]] | + | |
| - | * [[admin:environments:overview|Overview]] | + | |
| - | * [[admin:environments:create:overview]Creating Environment Files | + | |
| - | * [[admin:environments.datatypes|Datatypes]] | + | |
| - | * [[admin:environments.constraints|Constraints]] | + | |
| - | ===== Development ===== | + | * [[programs:dbinstal:home|Overview]] |
| - | ==== Omnidex SQL Reference ==== | + | * [[programs:dbinstal:commandline|Command-line options]] |
| - | === Overview === | + | * [[programs:dbinstal:commands | Commands ]] |
| - | - [[dev:sql:overview|Omnidex SQL Reference]] | + | * [[programs:dbinstal:field_options | Options ]] |
| - | === SQL Statements === | + | |
| - | - [[dev:sql:statements:home | Omnidex SQL Statements ]] | + | |
| - | === SQL Functions === | + | |
| - | * [[dev:sql:functions:home | Omnidex SQL Function List ]] | + | |
| - | === SQL Examples === | + | |
| - | * [[dev:sql:examples:home | Omnidex SQL Examples ]] | + | |
| - | ==== ODBC Interface ==== | + | |
| - | - [[dev:odbc:home|ODBC Interface]] | + | |
| - | * [[dev:odbc:setup|Setting up the ODBC Interface]] | + | |
| - | * [[dev:odbc:usage|Using the ODBC Interface]] | + | |
| - | * [[dev:odbc:examples:home|Examples]] | + | |
| - | * [[dev:odbc:examples:csharp_simple_select | Windows C# Connection and Select ]] | + | |
| - | * [[dev:odbc:examples:simpleselect | Windows C++ Simple Connection and Select ]] | + | |
| - | * [[dev:odbc:examples:php_select | PHP Simple Connection and Select ]] | + | |
| - | ==== JDBC Interface ==== | + | |
| - | - [[dev:jdbc:home|JDBC Interface]] | + | |
| - | * [[dev:jdbc:setup|Setting up the JDBC Interface]] | + | |
| - | * [[dev:jdbc:usage|Using the JDBC Interface]] | + | |
| - | * [[dev:jdbc:examples:home|Examples]] | + | |
| - | * [[dev:jdbc:examples:odxtestconnection | Omnidex JDBC Test Connection ]] | + | |
| - | * [[dev:jdbc:examples:simpleselect| Omnidex Simple Select]] | + | |
| - | * [[dev:jdbc:router|The JDBC Intelligent Router]] | + | |
| - | ==== Stored Procedures ==== | + | ===== Omnidex SQL Reference ===== |
| - | - [[dev:dbprocs:home|Stored Procedures]] | + | |
| - | * [[dev:dbprocs:oracle:home | Oracle ]] | + | |
| - | * [[dev:dbprocs:sqlserver:home | SQL Server ]] | + | |
| - | ==== APIs ==== | + | * [[dev:sql:home | Omnidex SQL Quick Reference ]] |
| - | - [[dev:api:overview|API's]] | + | * [[dev:sql:overview|Omnidex SQL Reference]] |
| - | * [[dev:api:oa:overview|OmniAccess]] | + | * [[dev:sql:statements:home | Omnidex SQL Statements ]] |
| - | * [[dev:api:cloa:overview|Client OmniAccess]] | + | * [[dev:sql:functions:home | Omnidex SQL Function List ]] |
| - | ==== Developer FAQ ==== | + | * [[dev:sql:examples:home | Omnidex SQL Examples ]] |
| - | - [[dev:faq|Developer FAQ]] | + | |
| - | ===== Programs ===== | + | ===== Setting up Network Services (OdxNet ===== |
| - | ==== Omnidex Administrator ==== | + | * [[programs:odxnet:home|Omnidex Network Services]] |
| - | - [[programs:odxadmin:home|Omnidex Administrator]] | + | * [[programs:odxnet:commandline|Command-line options]] |
| + | * [[programs:odxnet:config|Configuration file]] | ||
| - | ==== OdxSQL Interactive Omnidex SQL ==== | + | ===== ODBC Interface ===== |
| + | * [[dev:odbc:home|ODBC Interface]] | ||
| + | * [[dev:odbc:setup|Setting up the ODBC Interface]] | ||
| + | * [[dev:odbc:usage|Using the ODBC Interface]] | ||
| + | * [[dev:odbc:examples:home|Examples]] | ||
| + | * [[dev:odbc:examples:csharp_simple_select | Windows C# Connection and Select ]] | ||
| + | * [[dev:odbc:examples:simpleselect | Windows C++ Simple Connection and Select ]] | ||
| + | * [[dev:odbc:examples:php_select | PHP Simple Connection and Select ]] | ||
| - | === Overview === | + | ===== JDBC Interface ===== |
| - | - [[programs:odxsql:overview|Overview]] | + | * [[dev:jdbc:home|JDBC Interface]] |
| - | === Command Line Options === | + | * [[dev:jdbc:setup|Setting up the JDBC Interface]] |
| - | * [[programs:odxsql:commandline|Command-line options]] | + | * [[dev:jdbc:usage|Using the JDBC Interface]] |
| - | === Commands === | + | * [[dev:jdbc:examples:home|Examples]] |
| - | - [[programs:odxsql:commands:home | Commands ]] | + | * [[dev:jdbc:examples:odxtestconnection | Omnidex JDBC Test Connection ]] |
| - | + | * [[dev:jdbc:examples:simpleselect| Omnidex Simple Select]] | |
| - | ==== OdxNet - Network Services ==== | + | * [[dev:jdbc:router|The JDBC Intelligent Router]] |
| - | - [[programs:odxnet:home|Omnidex Network Services]] | + | |
| - | * [[programs:odxnet:commandline|Command-line options]] | + | |
| - | * [[programs:odxnet:config|Configuration file]] | + | |
| - | ==== OdxAim - RDBMS Automatic Index Maintenance ==== | + | ===== RDBMS Integration Stored Procedures ===== |
| - | - [[programs:odxaim:home | Omnidex RDBMS Automatic Index Maintenance ]] | + | *[[programs:odxaim:home | Omnidex RDBMS Automatic Index Maintenance ]] |
| - | ==== Utilities and Legacy Tools ==== | + | * [[dev:dbprocs:home|Stored Procedures]] |
| - | - [[programs:home | Utilities and Legacy Tools]] | + | * [[dev:dbprocs:oracle:home | Oracle ]] |
| - | * [[oaenv:home | Environment Catalog Syntax ]] | + | * [[dev:dbprocs:sqlserver:home | SQL Server ]] |
| - | * [[programs:oacomp:home|OACOMP]] | + | |
| - | * [[programs:oadecomp:home|OADECOMP]] | + | |
| - | * [[programs:dbinstal:home|DBINSTAL]] | + | |
| - | * [[programs:oahelper|OAHELPER]] | + | |
| - | * [[programs:dsedit:home|DSEdit]] | + | |
| - | * [[programs:nsadmin|NSAdmin]] | + | |
| - | * [[programs:versions:home|VERSIONS]] | + | |
| - | * [[programs:sysinfo|SYSINFO]] | + | |
| - | * [[programs:regmaint|REGMAINT]] | + | |
| - | ===== Application Integration ===== | + | ===== Programs and Utilities ===== |
| - | - [[integration:generalodbc | General ODBC Integration]] | + | * [[programs:home | Utilities and Legacy Tools]] |
| - | - [[integration:excel] | + | * [[oaenv:home | Environment Catalog Syntax ]] |
| - | - [[integration:business_objects|Business Objects]] | + | * [[programs:oacomp:home|OACOMP]] |
| - | - [[integration:microstrategy|Microstrategy DSS Agent]] | + | * [[programs:oadecomp:home|OADECOMP]] |
| + | * [[programs:dbinstal:home|DBINSTAL]] | ||
| + | * [[programs:oahelper|OAHELPER]] | ||
| + | * [[programs:dsedit:home|DSEdit]] | ||
| + | * [[programs:nsadmin|NSAdmin]] | ||
| + | * [[programs:versions:home|VERSIONS]] | ||
| + | * [[programs:sysinfo|SYSINFO]] | ||
| + | * [[programs:regmaint|REGMAINT]] | ||
| ===== Appendixes ===== | ===== Appendixes ===== | ||
| - | - [[appendix:install:overview|Software Installation]] | + | * [[appendix:releasenotes | Release Notes]] |
| - | - [[appendix:platform|Platform Support]] | + | * [[glossary:home | Glossary]] |
| - | - [[appendix:releasenotes | Release Notes]] | + | * [[appendix:docmap|Documentation Map]] |
| - | - [[appendix:migration|Migration From Earlier Versions]] | + | |
| - | - [[glossary:home | Glossary]] | + | |
| - | - [[appendix:docmap|Documentation Map]] | + | |
| - | - [[appendix:|Installation FAQ]] | + | |