Difference between revisions of "Recitalintegrity"

From Recital Documentation Wiki
Jump to: navigation, search
 
Line 1: Line 1:
 
{{YLM to do}}
 
{{YLM to do}}
 +
==Class==
 +
Utilities
  
  
 +
==Purpose==
 +
Recital database integrity verification tool
 +
 +
==Syntax==
 +
dbintegrity [options]
 +
 +
 +
==See Also==
 +
[[CREATE]], [[CREATE DATABASE]], [[CREATE TABLE]], [[OPEN DATABASE]], [[USE]]
 +
 +
 +
==Description==
 
dbintegrity - Recital database integrity verification tool
 
dbintegrity - Recital database integrity verification tool
 
usage: dbintegrity [options]
 
usage: dbintegrity [options]
Line 13: Line 27:
 
       -a                        verbose mode
 
       -a                        verbose mode
 
       --help, -h                Display this information
 
       --help, -h                Display this information
 +
 +
 +
==Example==
 +
<pre>
 +
# dbintegrity
 +
</pre>
 +
 +
 +
==Products==
 +
Recital
 +
 +
[[Category:Documentation]]
 +
[[Category:Reference]]

Revision as of 16:21, 12 October 2009

Template:YLM to do

Class

Utilities


Purpose

Recital database integrity verification tool

Syntax

dbintegrity [options]


See Also

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


Description

dbintegrity - Recital database integrity verification tool usage: dbintegrity [options]

   Options:
     -f table                  table to verify
     -d directory              directory to verify
     -D database               database to verify
     -r                        recursively process subdirectories
     -y                        repair data if errors
     -q                        Only display errors
     -a                        verbose mode
     --help, -h                Display this information


Example

# dbintegrity


Products

Recital