Hi All,
Got an odd problem here. I have a DBF & CDX that's created by XBase++
(a clipper compiler).
There's a field called 'name' and an index on UPPER(name).
If I open the table in Fox and seek on UPPER("Fred") it works fine.
However, if I seek on UPPER("Bjørn") it fails to find the record.
Similarly this fails:
LOCATE FOR UPPER(name) = UPPER("Bjørn")
but this works:
LOCATE FOR UPPER(name) = UPPER("Bjørn") NOOPTIMIZE
There's obviously a problem in XBase++ when uppercasing these
international characters.
The codepage for the table is correct.
I'd like to see what's in the index. Does anyone have a tool to dump
the index data?
p.s. a re-index on Fox cures the problem...
--
Paul
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the
author, and do not constitute legal or medical advice. This statement is added
to the messages for those lawyers who are too stupid to see the obvious.