iRet = LceRequestSelect(iSession, "SURNAME, SALARY", "PSLMST", _
"EMPNO", FALSE);
iRet = LceReceiveSelect(iSession, "PSLMST");
iRet = LceGetRecordCount(iSession, "PSLMST", &iRecords);
You are viewing an old version of this page. View the current version.
Compare with Current View Page History
« Previous Version 2 Current »
iRet = LceRequestSelect(iSession, "SURNAME, SALARY", "PSLMST", _
"EMPNO", FALSE);
iRet = LceReceiveSelect(iSession, "PSLMST");
iRet = LceGetRecordCount(iSession, "PSLMST", &iRecords);
Copyright © 2004-2026 IDERA, Inc.