In a table I have a character field with binary information (6 char) and a index for this field.
LOCATE finds the searched record, but SEEK returns always TRUE but stays in the first record.
The field is created as <char (binary)>.
Using Set collate to 'machine', ensure that characters in the index file are the same with characters in the table. While others COLLATE can produce different characters in the index file. Maybe this is where the problem was.
I never use others collate, so I don't know much about this also. You can read about SET COLLATE & Developing International Applications in VFP help
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.