 |
ALPHA-VISION® Tools: AvDbfCheck.exe
|
AvDbfCheck.exe
SUMMARY
Checks the integrity of a DBF-file
SYNTAX
AvDbfCheck
<dbf-file>OPTIONS
- dbf-file
- File name and evtl. path of the dbf file to examine.
RETURNS
| Return value |
Description |
| 0 |
dBase file ok |
| 1 |
illegal dBase version |
| 2 |
record count does not match file length |
| 3 |
record length does not match header info |
| 4 |
cannot open file |
Syntax Notation
- [aaa]
- aaa is optional (zero or one occurences)
- (aaa|bbb)
- aaa exclusive or bbb
- (aaa)*
- aaa may occur indefinitely often or may be omitted
- (aaa)+
- aaa may occur indefinitely often but at least once
- (aaa)m..n
- aaa may occur from m to n times