Re: Btrieve file with 2 ACS lists and Pervasive indexes
- From: Rok Debeljak <rok.debeljak@xxxxxxxxxxxxxxxxx>
- Date: Tue, 10 Apr 2007 09:08:41 +0200
I would be very grateful if anyone be able to offer any suggestions
for this problem.
Don't use the existing file in step 3!
Try it like this:
-- Step 3
CREATE TABLE MyTable USING 'temp.mkd' (...);
CREATE INDEX ...; -- NO "IN DICTIONARY"
CREATE INDEX ...;
-- At this point the value of Xi$Number in the system table
-- X$Index is correct.
butil -stat temp.mkd and butil -stat MyTable.mkd should be the same.
ALTER TABLE MyTable IN DICTIONARY USING 'MyTable.mkd';
del temp.mkd
Rokson
.
- Follow-Ups:
- Re: Btrieve file with 2 ACS lists and Pervasive indexes
- From: aeshepherd
- Re: Btrieve file with 2 ACS lists and Pervasive indexes
- References:
- Btrieve file with 2 ACS lists and Pervasive indexes
- From: aeshepherd
- Btrieve file with 2 ACS lists and Pervasive indexes
- Prev by Date: Re: Btrieve file with 2 ACS lists and Pervasive indexes
- Next by Date: Re: Btrieve file with 2 ACS lists and Pervasive indexes
- Previous by thread: Re: Btrieve file with 2 ACS lists and Pervasive indexes
- Next by thread: Re: Btrieve file with 2 ACS lists and Pervasive indexes
- Index(es):