Hi,
Using the Btrieve API, I do a GET_EQUAL command on a Btrieve table. I set the OpCode, PosBlock, DataBufLen, KeyBuffer, and KeyNumber and then execute the command.
If a record is found that matches the key, I do some processing and then do a GET_NEXT to get the next record that matches...