9.123 CStpDBAccess::StpDelMultBuf
LONG CStpDBAccess::StpDelMultBuf(const SCString& scsKeys, const SCString& scsBufName, LONG lPath, LONG lWhat, 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
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 buffer starting at lPos. If the pattern is equal to the value in the buffer the record is going to be deleted.
|
|
See Also
|
StpDelMult
|
