Difference between revisions of "Recitalintegrity"

From Recital Documentation Wiki
Jump to: navigation, search
m (Dbintegrity moved to Recitalintegrity)
Line 3: Line 3:
  
 
==Syntax==
 
==Syntax==
dbintegrity <options>
+
recitalintegrity <options>
  
  
Line 11: Line 11:
  
 
==Description==
 
==Description==
The Recital database integrity verification tool, dbintegrity, is used to check for, and if required correct, errors found in Recital tables, indexes and memo files.  It can operate on an individual table, a database, a directory or a directory structure.  The options below are used to specify the target data, configure the output displayed and control the correction of errors.
+
The Recital database integrity verification tool, recitalintegrity  is used to check for, and if required correct, errors found in Recital tables, indexes and memo files.  It can operate on an individual table, a database, a directory or a directory structure.  The options below are used to specify the target data, configure the output displayed and control the correction of errors.
  
  
Line 38: Line 38:
 
==Example==
 
==Example==
 
<pre>
 
<pre>
# dbintegrity -D southwind -a -y
+
# recitalintegrity -D southwind -a -y
 
</pre>
 
</pre>
  

Revision as of 10:59, 13 January 2010

Purpose

Recital database integrity verification tool

Syntax

recitalintegrity <options>


See Also

CREATE, CREATE DATABASE, CREATE TABLE, OPEN DATABASE, USE


Description

The Recital database integrity verification tool, recitalintegrity is used to check for, and if required correct, errors found in Recital tables, indexes and memo files. It can operate on an individual table, a database, a directory or a directory structure. The options below are used to specify the target data, configure the output displayed and control the correction of errors.


Options Description
-f <table> table to verify
-d <directory> directory to verify
-D <database> database to verify
-r recursively process subdirectories
-y repair data if errors are found
-q only display errors
-a verbose mode
--help, -h display the usage information


Example

# recitalintegrity -D southwind -a -y


Products

Recital