I'm developing a Delphi v1 application using paradox v5 tables and BDE 2.52.
I'm having a customer table with about 500 records.
When checking the table with the TUTILITY.DLL I get about 30 errors saying
Record 14 not in sort order (Error # 35)
Record 21 not in sort order
.
.
It is an index built on one field (customer name, string field)
not being the primary key of the table.
Rebuilding (with TUTILITY) the index does not help.
Also deleting the index and later recreating the index shows exactly the same
phenomenon (errors).
When I'm setting this field to NULL (blanks) in all records
the number of errors is decreasing but do not disappear completely.
What can be done?
Thanks,
Arne.
P.S.: The same errors also occur on other tables.
The only thing these tables have in common is, that they have a
primary key being a string field, which is filled by the application
in contrast to other tables, where an autoincrement field forms the
primary key.
--
| Arne Bayer |
| Universit?t der Bundeswehr Mnchen, Fakult?t fr Informatik, Institut 2 |
| WWW: http://inf2-www.informatik.unibw-muenchen.de/bayer/arne.html |