Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
glossary:c [2009/12/04 17:49]
tdo
glossary:c [2011/09/08 14:36]
admin
Line 1: Line 1:
 +{{page>:​top_add&​nofooter&​noeditbtn}}
 + 
 ====== Glossary ====== ====== Glossary ======
 ===== C ===== ===== C =====
 {{page>:​glossary_bar&​nofooter&​noeditbtn}} {{page>:​glossary_bar&​nofooter&​noeditbtn}}
 +==== C String Omnidex Datatype ====
 +  * A legacy Omnidex datatype name that is now referred to "​String"​. ​ A datatype in Omnidex that refers to a string terminated with a null just like strings in the C language. ​ C Strings are used as a return data type from many Omnidex SQL Functions. ​ C Strings are recommended over the Varchar datatype because of internal performance.  ​
 +
 +
  
-==== Calling errors ==== 
-  * Syntax errors that cause programs to fail.  
 ==== Cardinality ==== ==== Cardinality ====
   * A term indicating the number of unique values in a column or the number of rows in a table.   * A term indicating the number of unique values in a column or the number of rows in a table.
Line 62: Line 66:
 ==== Column cardinality ==== ==== Column cardinality ====
   * The number of unique values in a column. See also: cardinality,​ table cardinality ​   * The number of unique values in a column. See also: cardinality,​ table cardinality ​
- 
 ==== Composite index ==== ==== Composite index ====
   * A type of Omnidex index that lets you index data from either a part or a combination of parts of columns, or entire columns (one or more items from a field). You can create composite indexes in DBINSTAL during Omnidex installation. See also: composite keys    * A type of Omnidex index that lets you index data from either a part or a combination of parts of columns, or entire columns (one or more items from a field). You can create composite indexes in DBINSTAL during Omnidex installation. See also: composite keys 
-composite keys 
  
 +==== Composite keys ====
   * A logical MDK or ASK field comprised of several fields or parts of fields. See also: composite index    * A logical MDK or ASK field comprised of several fields or parts of fields. See also: composite index 
  
 ==== Connection ==== ==== Connection ====
   * A direct link between the application and an environment catalog. ​   * A direct link between the application and an environment catalog. ​
- 
 ==== Container application ==== ==== Container application ====
   * A computer program, typically ODBC-compliant,​ that processes data extracted from a database. ​   * A computer program, typically ODBC-compliant,​ that processes data extracted from a database. ​
 +
   * Generic applications such as Microsoft Excel, Seagate'​s Crystal Reports and Brio's BrioQuery, that make generic calls through ODBC to a database. ​   * Generic applications such as Microsoft Excel, Seagate'​s Crystal Reports and Brio's BrioQuery, that make generic calls through ODBC to a database. ​
  
Line 92: Line 95:
  
 ==== Custom Indexes ==== ==== Custom Indexes ====
 +
 +{{page>:​bottom_add&​nofooter&​noeditbtn}}
 
Back to top
glossary/c.txt ยท Last modified: 2012/10/26 14:46 (external edit)