larrym5353
Programmer
I have a Btrieve application and want to expose some of the data as VS.NET Datasets. I have the Btrieve C# sample from Pervasive.
What I don't understand about the sample is what they do to call the Equal Record API. Specifically they first call First_Record + 50. If that is okay they call Equal_Record + 50 with a blank key. If that is okay then they fill in the correct key and call Equal_Record. If that is okay then they return the results to the user.
Does anyone know the purpose of the calls where they add 50 to the operation code?
What I don't understand about the sample is what they do to call the Equal Record API. Specifically they first call First_Record + 50. If that is okay they call Equal_Record + 50 with a blank key. If that is okay then they fill in the correct key and call Equal_Record. If that is okay then they return the results to the user.
Does anyone know the purpose of the calls where they add 50 to the operation code?