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==
 
==Purpose==
 
Recital database integrity verification tool
 
Recital database integrity verification tool
Line 18: Line 14:
 
dbintegrity - Recital database integrity verification tool
 
dbintegrity - Recital database integrity verification tool
 
usage: dbintegrity [options]
 
usage: dbintegrity [options]
    Options:
+
{| class="wikitable"
      -f table                 table to verify
+
!Options||Description
      -d directory             directory to verify
+
|-
      -D database               database to verify
+
|&#045;f <table>||table to verify
      -r                       recursively process subdirectories
+
|-
      -y                       repair data if errors
+
|&#045;d directory||directory to verify
      -q                       Only display errors
+
|-
      -a                       verbose mode
+
|&#045;D database||database to verify
      --help, -h               Display this information
+
|-
 +
|&#045;r||recursively process subdirectories
 +
|-
 +
|&#045;y||repair data if errors are found
 +
|-
 +
|&#045;q||only display errors
 +
|-
 +
|&#045;a||verbose mode
 +
|-
 +
|&#045;&#045;help, -h||display the usage information
 +
|-
 +
|}
  
  

Revision as of 15:09, 30 October 2009

Template:YLM to do

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 Description
-f
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

# dbintegrity


Products

Recital