Hi,
I have a file with many records with 3 fields
NOME C (45)
UF C (45)
CODIGO C (7)
A index TAG CIDADEUF with key NOME+UF
in this file i have 2 records in especific
NOME = SAO PAULO
UF = SP
CODIGO = 1111111
and another
NOME = EMBU
UF = SP
CODIGO = 2222222
If a seek the second record the result is false, but if a seek first and other many records returns true.
Seek dont found this registry in especific. I try to delete and insert again and nothing, try to reindex and nothing.
Any Idea?
Thanks.