Reads a record from a table using a Primary Key on an IO Channel.
void FCODKDriver::RecordRead(const char *tableName, const char *pk, unsigned long *valueLen, void *valueBuffer)
Parameters:
If the value is less than the Primary Key Length, the byte following the end of the value must be set to NULL.
If the value equals the Primary Key Length, then the NULL character does not and cannot exist at the end.
Primary Key value can be NULL.
Result Values:
It can be less than Record Value’s fixed-length buffer.
It is a four-byte unsigned integer number between 1 and 4,294,967,296.
Expected Errors:
When an Error Occurs: