<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><!-- InstanceBegin template="/Templates/DocTemp.dwt" codeOutsideHTMLIsLocked="false" -->
<head>
<!-- InstanceBeginEditable name="doctitle" -->
<title>Appendix - OAGLOBAL</title>
<!-- InstanceEndEditable --> 
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="../docs.css" rel="stylesheet" type="text/css">
<script language="JavaScript1.2" src="../docs.js"></script>
<!-- InstanceBeginEditable name="head" --><!-- InstanceEndEditable -->
</head>

<body>
<table width="100%" class="lightblue" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td><a href="http://www.omnidex.com"><img src="../images/flatlogo.gif" width="95" height="25" hspace="3" vspace="3" border="0"></a></td>
    <td><img src="../images/omnidex.gif" width="109" height="25" hspace="3" vspace="3"></td>
    <td align="right" valign="top"><p class="banner"><a href="../Contents.htm">Contents</a> 
        | <a href="../Quick%20Links.htm">Quick Links</a></p></td>
  </tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr> 
    <td width="175" class="bar"><p class="banner">&nbsp;</p></td>
    <td align="right" class="bar"> <!-- InstanceBeginEditable name="Section Title" -->
      <h1>Appendix</h1>
      <!-- InstanceEndEditable --></td>
  </tr>
  <tr> 
    <td width="175" class="left1 lightblue"><img src="../images/blank.gif" width="10" height="20"> 
    </td>
    <td valign="top" class="left1 lightblue">&nbsp; </td>
  </tr>
  <tr> 
    <td width="175" valign="top" class="left"><!-- InstanceBeginEditable name="leftnav" --> 
      <p><a href="#custom">Customizing Lists</a></p>
      <p><a href="#tables">OAGLOBAL Tables</a></p>
      <p><a href="#src">Environment Source</a></p>
      <p class="line">&nbsp;</p>
      <p><a href="Appendix.htm">Appendix</a></p>
      <p><a href="Cardinality.htm">Cardinality</a></p>
      <p><a href="Date%20Formats.htm">Date Formats</a></p>
      <p><a href="Environment%20Variables.htm">Environment Variables</a></p>
      <p><a href="File%20Name%20Handling.htm">File Name Handling</a></p>
      <p><a href="Glossary%20A.htm">Glossary</a></p>
      <p><a href="Null.htm">Null</a></p>
      <p><a href="Operating%20Limits.htm">Operating Limits</a></p>
      <p><a href="Reserved%20Words.htm">Reserved Words</a></p>
      <p><a href="Supported%20Datatypes.htm">Supported Datatypes</a></p>
      <p>&nbsp;</p>
      <p>&nbsp;</p>
      <p>&nbsp;</p>
      <p>&nbsp;</p>
      <!-- InstanceEndEditable --></td>
    <td valign="top" class="content"> <!-- InstanceBeginEditable name="Content" --> 
      <h2>OAGLOBAL</h2>
      <p>OAGLOBAL is the Omnidex Global Environment File. This is an environment 
        file, similar to those used in any Omnidex installation, that describes 
        several tables containing items used by Omnidex. These items, including 
        error messages, synonyms, thesaurus and dictionary entries, are contained 
        in flat file format, many of which are customizable by an Omnidex administrator.</p>
      <p>The configuration of <a href="../Omnidex%20Concepts/Text/Omnidex%20Text.htm">Omnidex 
        Text</a> relies on a set of tables that are described in the Omnidex Global 
        Environment. These tables are a series of Tab-Delimited files located 
        in the config/english subdirectory of the Omnidex home directory. There 
        are a series of subdirectories with names equating to their respective 
        table, each containing one or more TDFs. </p>
      <p>TDFs can be easily edited using applications such as Microsoft Excel, 
        text editors or word processors. These tools can be used as long as the 
        column layout is maintained and the proper delimiters used. Columns must 
        be separated using a tab characters and rows must be separated by a line 
        feed. Note that Microsoft Windows NT/2000/XP require a carriage-return 
        and line feed to terminate each row. This will automatically be maintained 
        by most Windows tools.</p>
      <p class="line">&nbsp;</p>
      <h3><a name="custom"></a>Customizing Lists<strong> in OAGLOBAL</strong></h3>
      <p>Many of the lists in maintained in the OAGLOBAL environment can be customized, 
        including editing or removing existing lists, as well as adding new custom 
        lists. All lists must be in proper TDF format, using tab characters as 
        column delimiters and line feeds (carriage-return, line feed on Windows 
        platforms) as record delimiters.</p>
      <p>Custom lists can have .tdf or .txt file extensions and must be placed 
        in the appropriate subdirectory of the Omnidex_home/config/english directory.</p>
      <p>The first column in each record will be a unique list name, which will 
        group specific lists together, and a single file can contain multiple 
        lists. For example, the file &quot;givennames.txt&quot; in the synonyms 
        folder, contains several lists: FEMALE_GIVEN_NAMES, MALE_GIVEN_NAMES and 
        MALE_FEMALE_GIVEN_NAMES.</p>
      <p>The second column will vary, depending on the list you are editing. See 
        <a href="#tables">OAGLOBAL Tables</a> below a summary of tables and the 
        type of lists each holds. </p>
      <p>After making changes to any lists, including adding, editing or deleting 
        a list, you must rebuild the indexes using dbinstal. A build script is 
        included with the Omnidex software, located in the Omnidex_home/config/english 
        directory.</p>
      <p class="ex">omnidex/config/english&gt;dbinstal &lt; oaglobalin</p>
      <p>This will rebuild the indexes to include the changed values.</p>
      <p>&nbsp;</p>
      <p class="line">&nbsp;</p>
      <h3><a name="tables" id="tables"></a>OAGLOBAL Tables</h3>
      <p class="indent"><strong>$LISTS</strong> - ../config/english/lists - $LIST, 
        $REPLACEMENT, $COMMENTS - This table allows the declaration of composite 
        lists for the other options. Lists entered here may be referenced as though 
        the list exists. For example, if you have custom lists named CHEVROLET, 
        FORD, and DODGE, you can create a composite list named AMERICAN_CARS by 
        adding &quot;AMERICAN_CARS&quot; to the $LIST column and &quot;CHEVROLET, 
        FORD, DODGE&quot; to the $REPLACEMENT column. Then, you can pass &quot;AMERICAN_CARS&quot; 
        as the list name and all three lists will be searched, without having 
        to create an entirely new list with the same information.</p>
      <p class="indent"><strong>$STOPWORDS</strong> - ../config/english/stopwords 
        - $LIST, $WORD, $COMMENTS - This table is organized into lists, each of 
        which contains a list of words or phrases to be excluded from searches. 
        The list named SMALL contains English language words commonly recognized 
        as stopwords, such as &quot;and&quot; and &quot;the&quot;. The list named 
        MEDIUM contains common English language words like the personal pronouns 
        &quot;me&quot;, &quot;she&quot;, &quot;he&quot;, and &quot;they&quot;, 
        as well as common verbs like &quot;are&quot;, &quot;were&quot;, &quot;be&quot;, 
        and &quot;been&quot;. The list named LARGE contains common English language 
        words like &quot;because&quot;, &quot;meanwhile&quot; and &quot;otherwise&quot;.</p>
      <p class="indent"><strong>$SYNONYMS</strong> - ../config/english/synonyms 
        - $LIST, $WORD, $REPLACEMENT, $COMMENTS - This table is organized into 
        lists, each of which contains a list of words or phrases and their respective 
        synonyms. This list named THESAURUS contains an English language synonym 
        list. Other lists are provided for individual scenarios, such as FIRST_NAME, 
        STATE_ABBREVIATIONS and COUNTRY_ABBREVIATIONS. New lists may be added 
        as needed.</p>
      <p class="indent"><strong>$MESSAGES </strong>- ../config/english/messages 
        - $ERROR, $MESSAGE - This table contains all of the error messages used 
        by Omnidex.</p>
      <p class="indent"><strong>$INCLUDED_TAGS</strong> - ../config/english/included_tags 
        - $LIST, $TAG - This table is organized into lists, each of which contains 
        a list of markup langugage tags to be included in indexing and serach 
        criteria. When an INCLUDED_TAGS lists is used, then indexing and searches 
        are restricted to the tags in that list. There is no list by default.</p>
      <p class="indent"><strong>$EXCLUDED_TAGS</strong> - ../config/english/excluded_tags 
        - $LIST, $TAG - This table is organized into lists, each of which contains 
        a list of markup language tags to excluded from indexing and search criteria. 
        When an EXCLUDED_TAGS list is used, then indexing and searches are prevented 
        against the tags in in that list.</p>
      <p>&nbsp;</p>
      <p>&nbsp;</p>
      <p class="line">&nbsp;</p>
      <h3><a name="src"></a>OAGLOBAL Environment Source</h3>
      <p>&nbsp;</p>
      <p class="ex">environment &quot;$OMNIDEX_GLOBAL_CONFIGURATION&quot;</p>
      <p class="ex">/* ====== DATABASE: $GLOBAL_CONFIGURATION ====== */</p>
      <p class="ex">database &quot;$OMNIDEX_GLOBAL_CONFIGURATION&quot;<br>
        type flatfile<br>
        indexprefix &quot;idx/odx_global_config_&quot;</p>
      <p class="ex"><br>
        /* ----------- TABLE: $STOPWORDS ----------- */</p>
      <p class="ex">table &quot;$STOPWORDS&quot;<br>
        type tdf<br>
        physical &quot;{$OMNIDEX_LANG/stopwords/*.txt},<br>
        {$OMNIDEX_LANG/stopwords/*.tdf}&quot;</p>
      <p class="ex">column &quot;$LIST&quot; datatype CHARACTER length 32<br>
        column &quot;$WORD&quot; datatype C STRING length 128</p>
      <p class="ex"><br>
        /* ----------- TABLE: $SYNONYMS ----------- */</p>
      <p class="ex">table &quot;$SYNONYMS&quot; <br>
        type tdf<br>
        physical &quot;{$OMNIDEX_LANG/synonyms/*.txt},<br>
        {$OMNIDEX_LANG/synonyms/*.tdf}&quot;</p>
      <p class="ex">column &quot;$LIST&quot; datatype CHARACTER length 32<br>
        column &quot;$WORD&quot; datatype C STRING length 128<br>
        column &quot;$REPLACEMENT&quot; datatype C STRING length 4096</p>
      <p class="ex"><br>
        /* ----------- TABLE: $PHONETIC ----------- */</p>
      <p class="ex">table &quot;$PHONETIC&quot;<br>
        type tdf<br>
        physical &quot;{$OMNIDEX_LANG/phonetic/*.txt},<br>
        {$OMNIDEX_LANG/phonetic/*.tdf}&quot;</p>
      <p class="ex">column &quot;$LIST&quot; datatype CHARACTER length 32<br>
        column &quot;$WORD&quot; datatype C STRING length 128<br>
        column &quot;$TYPE&quot; datatype CHARACTER length 8<br>
        column &quot;$SOUNDEX&quot; datatype CHARACTER length 64<br>
        column &quot;$METAPHONE1&quot; datatype CHARACTER length 64<br>
        column &quot;$METAPHONE2&quot; datatype CHARACTER length 64</p>
      <p class="ex"><br>
        /* ----------- TABLE: $INCLUDED_HTML_TAGS ----------- */</p>
      <p class="ex">table &quot;$INCLUDED_HTML_TAGS&quot; <br>
        type tdf<br>
        physical &quot;{$OMNIDEX_LANG/included_html_tags/*.txt},<br>
        {$OMNIDEX_LANG/included_html_tags/*.tdf}&quot;</p>
      <p class="ex">column &quot;$LIST&quot; datatype CHARACTER length 32<br>
        column &quot;$TAG&quot; datatype C STRING length 256</p>
      <p class="ex"><br>
        /* ----------- TABLE: $EXCLUDED_HTML_TAGS ----------- */</p>
      <p class="ex">table &quot;$EXCLUDED_HTML_TAGS&quot;<br>
        type tdf<br>
        physical &quot;{$OMNIDEX_LANG/excluded_html_tags/*.txt},<br>
        {$OMNIDEX_LANG/excluded_html_tags/*.tdf}&quot;</p>
      <p class="ex">column &quot;$LIST&quot; datatype CHARACTER length 32<br>
        column &quot;$TAG&quot; datatype C STRING length 256</p>
      <p class="ex"><br>
        /* ----------- TABLE: $INCLUDED_XML_TAGS ----------- */</p>
      <p class="ex">table &quot;$INCLUDED_XML_TAGS&quot; <br>
        type tdf<br>
        physical &quot;{$OMNIDEX_LANG/included_xml_tags/*.txt},<br>
        {$OMNIDEX_LANG/included_xml_tags/*.tdf}&quot;</p>
      <p class="ex">column &quot;$LIST&quot; datatype CHARACTER length 32<br>
        column &quot;$TAG&quot; datatype C STRING length 256</p>
      <p class="ex"><br>
        /* ----------- TABLE: $EXCLUDED_XML_TAGS ----------- */</p>
      <p class="ex">table &quot;$EXCLUDED_XML_TAGS&quot; <br>
        type tdf<br>
        physical &quot;{$OMNIDEX_LANG/excluded_xml_tags/*.txt},<br>
        {$OMNIDEX_LANG/excluded_xml_tags/*.tdf}&quot;</p>
      <p class="ex">column &quot;$LIST&quot; datatype CHARACTER length 32<br>
        column &quot;$TAG&quot; datatype C STRING length 256</p>
      <p class="ex"><br>
        /* ----------- TABLE: $MESSAGES ----------- */</p>
      <p class="ex">table &quot;$MESSAGES&quot; <br>
        type tdf<br>
        physical &quot;{$OMNIDEX_LANG/messages/*.txt},<br>
        {$OMNIDEX_LANG/messages/*.tdf}&quot;</p>
      <p class="ex">column &quot;$ERROR&quot; datatype INTEGER length 4<br>
        column &quot;$MESSAGE&quot; datatype C STRING length 256</p>
      <p>&nbsp;</p>
      <p>&nbsp;</p>
      <!-- InstanceEndEditable --><P align="right"><a href="#">Top</a> </P>
	  </td>
  </tr>
  <tr>
    <td width="175" class="bbar">
<p>&nbsp;</p></td>
    <td align="right" valign="middle" class="bbar"> <p class="banner">Omnidex 
        Version 4.1 Build 1 - E10.04 - Dynamic Information Systems Corporation 
        - Copyright &copy; 2004</p></td>
  </tr>
</table>
<div class="menu0" id="m1" onMouseOver="changeClass('menu1','m1'); changeVisibility('visible','s1');" onMouseOut="changeClass('menu0','m1'); changeVisibility('hidden','s1');"> 
  <a href="../index.htm">Home</a></div>      
<div class="menu0" id="m2" onMouseOver="changeClass('menu1','m2'); changeVisibility('visible','s2');" onMouseOut="changeClass('menu0','m2'); changeVisibility('hidden','s2');"> 
  <a href="../Omnidex%20Concepts/Omnidex%20Overview.htm">Omnidex</a></div>      
<div class="menu0" id="m3" onMouseOver="changeClass('menu1','m3'); changeVisibility('visible','s3');" onMouseOut="changeClass('menu0','m3'); changeVisibility('hidden','s3');"> 
  <a href="../Getting%20Started/Getting%20Started.htm">Getting Started </a></div>      
<div class="menu0" id="m4" onMouseOver="changeClass('menu1','m4'); changeVisibility('visible','s4');" onMouseOut="changeClass('menu0','m4'); changeVisibility('hidden','s4');"> 
  <a href="../Development/Development.htm">Development</a></div>      
<div class="menu0" id="m5" onMouseOver="changeClass('menu1','m5'); changeVisibility('visible','s5');" onMouseOut="changeClass('menu0','m5'); changeVisibility('hidden','s5');"> 
  <a href="../Utilities/Utilities.htm">Utilities</a></div>      
<div class="menu0" id="m6" onMouseOver="changeClass('menu1','m6'); changeVisibility('visible','s6');" onMouseOut="changeClass('menu0','m6'); changeVisibility('hidden','s6');"> 
  <a href="Appendix.htm">Appendix</a></div>
    <td>&nbsp;</td>
  </tr>
</table> 
<table id="s1" border="0" cellspacing="0" cellpadding="0" onMouseOver="changeClass('menu1','m1'); changeVisibility('visible','s1');" onMouseOut="changeClass('menu0','m1'); changeVisibility('hidden','s1');">
  <tr> 
    <td id="s11" class="menu1" onMouseOver="changeClass('menu0','s11');" onMouseOut="changeClass('menu1','s11');"><a href="../Whats%20New.htm">What's 
      New!</a></td>
  </tr>
  <tr> 
    <td id="s12" class="menu1" onMouseOver="changeClass('menu0','s12');" onMouseOut="changeClass('menu1','s12');"><a href="../Quick%20Links.htm">Quick 
      Links</a></td>
  </tr>
  <tr> 
    <td id="s13" class="menu1" onMouseOver="changeClass('menu0','s13');" onMouseOut="changeClass('menu1','s13');"><a href="../Contents.htm">Contents</a></td>
  </tr>
</table>
<table id="s2" border="0" cellspacing="0" cellpadding="0" onMouseOver="changeClass('menu1','m2'); changeVisibility('visible','s2');" onMouseOut="changeClass('menu0','m2'); changeVisibility('hidden','s2');">
  <tr> 
    <td id="s21" class="menu1" onMouseOver="changeClass('menu0','s21');" onMouseOut="changeClass('menu1','s21');"><a href="../Omnidex%20Concepts/Features/Features.htm">Features</a></td>
  </tr>
  <tr> 
    <td id="s22" class="menu1" onMouseOver="changeClass('menu0','s22');" onMouseOut="changeClass('menu1','s22');"><a href="../Omnidex%20Concepts/Indexing%20Strategies/Indexing%20Strategies.htm">Indexing 
      Strategies</a></td>
  </tr>
  <tr> 
    <td id="s23" class="menu1" onMouseOver="changeClass('menu0','s23');" onMouseOut="changeClass('menu1','s23');"><a href="../Omnidex%20Concepts/Indexing%20Options/Indexing%20Options.htm">Indexing 
      Options </a></td>
  </tr>
  <tr> 
    <td id="s24" class="menu1" onMouseOver="changeClass('menu0','s24');" onMouseOut="changeClass('menu1','s24');"><a href="../Omnidex%20Concepts/Index%20Maintenance/Index%20Maintenance.htm">Index 
      Maintenance </a></td>
  </tr>
  <tr> 
    <td id="s25" class="menu1" onMouseOver="changeClass('menu0','s25');" onMouseOut="changeClass('menu1','s25');"><a href="../Omnidex%20Concepts/Partitioning/Partitioning.htm">Optimization</a></td>
  </tr>
  <tr> 
    <td id="s26" class="menu1" onMouseOver="changeClass('menu0','s26');" onMouseOut="changeClass('menu1','s26');"><a href="../Omnidex%20Concepts/Index%20Maintenance/Index%20Maintenance.htm">Partitioning</a></td>
  </tr>
  <tr> 
    <td id="s27" class="menu1" onMouseOver="changeClass('menu0','s27');" onMouseOut="changeClass('menu1','s27');"><a href="../Omnidex%20Concepts/Text/Omnidex%20Text.htm">Omnidex Text</a></td>
  </tr>
</table>
<table id="s3" border="0" cellspacing="0" cellpadding="0" onMouseOver="changeClass('menu1','m3'); changeVisibility('visible','s3');" onMouseOut="changeClass('menu0','m3'); changeVisibility('hidden','s3');">
  <tr> 
    <td id="s31" class="menu1" onMouseOver="changeClass('menu0','s31');" onMouseOut="changeClass('menu1','s31');"><a href="../Getting%20Started/1%20-%20Installation%20and%20Setup.htm">Server 
      Setup Guides</a></td>
  </tr>
  <tr> 
    <td id="s32" class="menu1" onMouseOver="changeClass('menu0','s32');" onMouseOut="changeClass('menu1','s32');"><a href="../Getting%20Started/Omnidex%20Client/Windows%20Client.htm">Windows 
      Client</a></td>
  </tr>
  <tr> 
    <td id="s33" class="menu1" onMouseOver="changeClass('menu0','s33');" onMouseOut="changeClass('menu1','s33');"><a href="../Database%20Platforms/Supported%20Database%20Platforms.htm">Database 
      Platforms </a></td>
  </tr>
  <tr> 
    <td id="s34" class="menu1" onMouseOver="changeClass('menu0','s34');" onMouseOut="changeClass('menu1','s34');"><a href="../Environment%20Catalog/Environment%20Catalog.htm">Environment 
      Catalog</a> </td>
  </tr>
</table>
<table id="s4" border="0" cellspacing="0" cellpadding="0" onMouseOver="changeClass('menu1','m4'); changeVisibility('visible','s4');" onMouseOut="changeClass('menu0','m4'); changeVisibility('hidden','s4');">
  <tr> 
    <td id="s41" class="menu1" onMouseOver="changeClass('menu0','s41');" onMouseOut="changeClass('menu1','s41');"><a href="../SQL%20Reference/SQL%20Reference.htm">SQL 
      Reference</a> </td>
  </tr>
  <tr> 
    <td id="s42" class="menu1" onMouseOver="changeClass('menu0','s42');" onMouseOut="changeClass('menu1','s42');"><a href="../Development/ODBC/ODBC.htm">ODBC</a></td>
  </tr>
  <tr> 
    <td id="s43" class="menu1" onMouseOver="changeClass('menu0','s43');" onMouseOut="changeClass('menu1','s43');"><a href="../Development/JDBC/JDBC.htm">JDBC</a></td>
  </tr>
  <tr> 
    <td id="s44" class="menu1" onMouseOver="changeClass('menu0','s44');" onMouseOut="changeClass('menu1','s44');"><a href="../Development/OmniAccess%20API/OmniAccess%20API.htm">OmniAccess 
      API</a></td>
  </tr>
  <tr> 
    <td id="s45" class="menu1" onMouseOver="changeClass('menu0','s45');" onMouseOut="changeClass('menu1','s45');"><a href="../Development/Debugging/OMNIDEX_DEBUG.htm">Debugging</a></td>
  </tr>
</table>
<table id="s5" border="0" cellspacing="0" cellpadding="0" onMouseOver="changeClass('menu1','m5'); changeVisibility('visible','s5');" onMouseOut="changeClass('menu0','m5'); changeVisibility('hidden','s5');">
  <tr> 
    <td id="s51" class="menu1" onMouseOver="changeClass('menu0','s51');" onMouseOut="changeClass('menu1','s51');"><A href="../Utilities/DBINSTAL/DBINSTAL.htm">DBINSTAL</A></td>
  </tr>
  <tr> 
    <td id="s52" class="menu1" onMouseOver="changeClass('menu0','s52');" onMouseOut="changeClass('menu1','s52');"><a href="../Utilities/DSEDIT/DSEDIT.htm">DSEDIT</a></td>
  </tr>
  <tr> 
    <td id="s53" class="menu1" onMouseOver="changeClass('menu0','s53');" onMouseOut="changeClass('menu1','s53');"><a href="../Utilities/NSADMIN/NSADMIN.htm">NSADMIN</a></td>
  </tr>
  <tr> 
    <td id="s54" class="menu1" onMouseOver="changeClass('menu0','s54');" onMouseOut="changeClass('menu1','s54');"><a href="../Utilities/OACOMP/OACOMP.htm">OACOMP</a></td>
  </tr>
  <tr> 
    <td id="s55" class="menu1" onMouseOver="changeClass('menu0','s55');" onMouseOut="changeClass('menu1','s55');"><a href="../Utilities/OADECOMP/OADECOMP.htm">OADECOMP</a></td>
  </tr>
  <tr> 
    <td id="s56" class="menu1" onMouseOver="changeClass('menu0','s56');" onMouseOut="changeClass('menu1','s56');"><a href="../Utilities/OAHELPER/OAHELPER.htm">OAHELPER</a></td>
  </tr>
  <tr> 
    <td id="s57" class="menu1" onMouseOver="changeClass('menu0','s57');" onMouseOut="changeClass('menu1','s57');"><A href="../Utilities/ODXAIM/ODXAIM.htm">ODXAIM</A></td>
  </tr>
  <tr> 
    <td id="s58" class="menu1" onMouseOver="changeClass('menu0','s58');" onMouseOut="changeClass('menu1','s58');"><a href="../Utilities/ODXMAKE/ODXMAKE.htm">ODXMAKE</a></td>
  </tr>
  <tr> 
    <td id="s59" class="menu1" onMouseOver="changeClass('menu0','s59');" onMouseOut="changeClass('menu1','s59');"><a href="../Utilities/ODXNET/ODXNET.htm">ODXNET</a></td>
  </tr>
  <tr> 
    <td id="s510" class="menu1" onMouseOver="changeClass('menu0','s510');" onMouseOut="changeClass('menu1','s510');"><A href="../Utilities/ODXQUERY/ODXQUERY.htm">ODXQUERY</A></td>
  </tr>
  <tr> 
    <td id="s511" class="menu1" onMouseOver="changeClass('menu0','s511');" onMouseOut="changeClass('menu1','s511');"><a href="../Utilities/ODXSQL/ODXSQL.htm">ODXSQL</a></td>
  </tr>
  <tr> 
    <td id="s512" class="menu1" onMouseOver="changeClass('menu0','s512');" onMouseOut="changeClass('menu1','s512');"><a href="../Utilities/REGMAINT/REGMAINT.htm">REGMAINT</a></td>
  </tr>
  <tr> 
    <td id="s513" class="menu1" onMouseOver="changeClass('menu0','s513');" onMouseOut="changeClass('menu1','s513');"><A href="../Utilities/REGTEST/REGTEST.htm">REGTEST</A></td>
  </tr>
  <tr> 
    <td id="s514" class="menu1" onMouseOver="changeClass('menu0','s514');" onMouseOut="changeClass('menu1','s514');"><a href="../Utilities/SNOWGEN/SNOWGEN.htm">SNOWGEN</a></td>
  </tr>
  <tr> 
    <td id="s515" class="menu1" onMouseOver="changeClass('menu0','s515');" onMouseOut="changeClass('menu1','s515');"><a href="../Utilities/SYSINFO/SYSINFO.htm">SYSINFO</a></td>
  </tr>
  <tr> 
    <td id="s516" class="menu1" onMouseOver="changeClass('menu0','s516');" onMouseOut="changeClass('menu1','s516');"><a href="../Utilities/VERSIONS/VERSIONS.htm">VERSIONS</a></td>
  </tr>
  <tr> 
    <td id="s517" class="menu1" onMouseOver="changeClass('menu0','s517');" onMouseOut="changeClass('menu1','s517');"><a href="../Utilities/VIEWGEN/VIEWGEN.htm">VIEWGEN</a></td>
  </tr>
</table>
<table id="s6" border="0" cellspacing="0" cellpadding="0" onMouseOver="changeClass('menu1','m6'); changeVisibility('visible','s6');" onMouseOut="changeClass('menu0','m6'); changeVisibility('hidden','s6');">
  <tr> 
    <td id="s61" class="menu1" onMouseOver="changeClass('menu0','s61');" onMouseOut="changeClass('menu1','s61');"><a href="Cardinality.htm">Cardinality</a></td>
  </tr>
  <tr> 
    <td id="s62" class="menu1" onMouseOver="changeClass('menu0','s62');" onMouseOut="changeClass('menu1','s62');"><a href="Date%20Formats.htm">Date 
      Formats </a></td>
  </tr>
  <tr> 
    <td id="s63" class="menu1" onMouseOver="changeClass('menu0','s63');" onMouseOut="changeClass('menu1','s63');"><a href="Environment%20Variables.htm">Environment 
      Variables </a></td>
  </tr>
  <tr> 
    <td id="s64" class="menu1" onMouseOver="changeClass('menu0','s64');" onMouseOut="changeClass('menu1','s64');"><a href="File%20Name%20Handling.htm">File 
      Name Handling</a></td>
  </tr>
  <tr> 
    <td id="s65" class="menu1" onMouseOver="changeClass('menu0','s65');" onMouseOut="changeClass('menu1','s65');"><a href="Glossary%20A.htm">Glossary</a></td>
  </tr>
  <tr> 
    <td id="s66" class="menu1" onMouseOver="changeClass('menu0','s66');" onMouseOut="changeClass('menu1','s66');"><a href="Null.htm">Null</a></td>
  </tr>
  <tr> 
    <td id="s67" class="menu1" onMouseOver="changeClass('menu0','s67');" onMouseOut="changeClass('menu1','s67');"><a href="OAGLOBAL.htm">OAGLOBAL</a></td>
  </tr>
  <tr> 
    <td id="s68" class="menu1" onMouseOver="changeClass('menu0','s68');" onMouseOut="changeClass('menu1','s68');"><a href="Operating%20Limits.htm">Operating 
      Limits</a></td>
  </tr>
  <tr> 
    <td id="s69" class="menu1" onMouseOver="changeClass('menu0','s69');" onMouseOut="changeClass('menu1','s69');"><a href="Provided%20Managed%20Synonym%20Lists.htm">Managed 
      Synonym Lists</a></td>
  </tr>
  <tr> 
    <td id="s70" class="menu1" onMouseOver="changeClass('menu0','s70');" onMouseOut="changeClass('menu1','s70');"><a href="Reserved%20Words.htm">Reserved 
      Words</a></td>
  </tr>
  <tr> 
    <td id="s71" class="menu1" onMouseOver="changeClass('menu0','s71');" onMouseOut="changeClass('menu1','s71');"><a href="Supported%20Datatypes.htm">Supported 
      Data Types</a></td>
  </tr>
</table>
<p>&nbsp;</p>
</body>
<!-- InstanceEnd --></html>
