I tried the option using the PCC to create tables. I had created a table using the 'Create table wizard...' from its corresponding btr file (naming index fields, split the unnamed columns etc.) and the table got created just fine. But then again when I tried to add indexes from the 'Edit Table Design' option, and save the indexes I added, I get a 'Btrieve Error 6'.
I had then selected 'Tools > Options' and unchecked the 'Table Link Mode' check box. This resulted in the successful creation of the indexes in the Index.DDF file. But running the Consistency test on the Database still failed. This time the failure was due to the following...
**********************************************
Index Offset Inconsistency.
The dictionary index 1 seg 0 indicates 0 (Column = 'FIELD_1')
The data file index 1 seg 0 indicates 233
Index Length Inconsistency.
The dictionary index 1 seg 0 indicates 6 (Column = 'FIELD_1')
The data file index 1 seg 0 indicates 1
Index Offset Inconsistency.
The dictionary index 1 seg 1 indicates 233 (Column = 'FIELD_6')
The data file index 1 seg 1 indicates 0
Index Length Inconsistency.
The dictionary index 1 seg 1 indicates 1 (Column = 'FIELD_6')
The data file index 1 seg 1 indicates 6
**********************************************
Quote:
|
The *Btrieve error 6* has started bugging me longer than expected.. any input would be really appreciated!
|