Performs the data transfer, from the host to the PC, from a file of one or more records which have been identified by an LceRequestSelect or an LceRequestSelectWhere function.
BOOL | LceReceiveSelect | (int | iSession, |
char far * | strFileName ) |
iSession | The session identifier as returned by LceGetSessionId. |
|---|---|
strFileName | The name of the file. This name must correspond to the file name used in the preceding LceRequestSelect or LceRequestSelectWhere function. |
TRUE is returned if the session has received the selected records.
FALSE is returned if an error occurs.
This function is used with a number of other select processing functions. The general pattern of these functions is as follows: