Discussion:
Higher table level required, problem with rebuild
(too old to reply)
Juha Santikko
2004-10-13 15:20:19 UTC
Permalink
pdx10.

I am trying to run a simple query that would delete certain records in a
table. Running the query results to an error message: "Higher table level
required". The table level is 5. If I try to change it to 7 using the repair
feature and rebuild it there comes the following error message: "File or
directory does not exist." Still, the verify feature shows "Table and Header
verify OK".

Any clue what to do?

Juha
Tony McGuire
2004-10-13 17:01:55 UTC
Permalink
: feature and rebuild it there comes the following error message: "File or
: directory does not exist." Still, the verify feature shows "Table and
Header

Do you have Lookup Tables or Referential Integrity defined?

Make sure the BDE is set with the table level you want. Create a new table,
borrowing that other table's structure.

Then add the records from the level 5 table to the new table.


--
--
Paradox Support http://www.thedbcommunity.com/support/

Tony McGuire
_____________
Bertil Isberg
2004-10-13 19:03:39 UTC
Permalink
To change the the table level to 7, you can add a unique secondary index,
save the table, and then remove the index.
--
Bertil Isberg - CTECH
Paradox buglist:
online: http://w1.826.comhem.se/~u82608896/
FAQ newsgroup: corel.wpoffice.paradox-faq
Juha Santikko
2004-10-15 09:05:35 UTC
Permalink
Bertil,

that worked.

Thanks guys, I donŽt know how I could manage without you!

Juha

Loading...