6 11 LceDeleteSelect

LANSA Open Guide

6.11 LceDeleteSelect

LceDeleteSelect is used to break the loop when multiple records are retrieved from the host using LceReceiveNextX.

If the process is to finish normally, this function is not necessary.

BOOL 

LceDeleteSelect

(int 

iSession,

 

 

 char far * 

strFileName )

  

Parameters

iSession

The session identifier as returned by LceGetSessionId.

strFileName

The name of the file.

  

Return Values

TRUE is returned if the session has been canceled.

FALSE is returned if an error occurs.

Notes

No other communications can be performed during the LceReceiveNextX loop process. The LceDeleteSelect does not cancel the data transfer. It must wait for all selected records to be transferred and then perform the delete.

  • This function performs no communications to the host.

Related Functions

6.50 LceRequestSelect

6.49 LceReceiveSelect

6.53 LceSelect

6.51 LceRequestSelectWhere

6.48 LceReceiveNextX

6.64 LceSetSelectOptions