9.124 CStpDBAccess::StpDelMultField
LONG CStpDBAccess::StpDelMultField(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 conten of field to compare pattern in scsBuffer
lPos
Input offset in buffer to compare scsBuffer with
scsBuffer
Input value to compare with content of record
|
|
Comments
|
The pattern in scsBuffer is compared with a part of a field or a part of a field starting at lPos. If the pattern is equal to the value in the field the record is going to be deleted.
|
|
See Also
|
StpDelMult
|