9.122 CStpDBAccess::StpDelMult
LONG CStpDBAccess::StpDelMult(const SCString& scsKeys, const SCString& scsBufName, LONG lPath, LONG lWhat, LONG lField, LONG lPos, const SCString& scsBuffer)
Delete multiple records from Infra DataBase.
Defined in: StpDBAccess.cpp
Parameters
scsKeys
Input up to 6 keys separated by , or ;
scsBufName
Input name of buffer
lPath
Input path to search records to delete
lWhat
Input 0 up to end of DB, 1 stop if no record found anymore
lField
Input -1 compares part of buffer, > 0 compared (part of) field
lPos
Input offset in buffer or field to compare scsBuffer with
scsBuffer
Input value to compare if equal record is going to be deleted
Comments
A given pattern in scsBuffer is taken to compare with a part of field or a part of of buffer
See Also
StpDelMultBuf and StpDelMultField