9.138 CStpDBAccess::StpUpp
LONG CStpDBAccess::StpUpp(const SCString& scsBufName, LONG lPath, const SCString& scsMask, const SCString& scsBuffer, BOOL bLockOverISN)
Update a record. If record does not exist in Infra DataBase the function returns a warning
Defined in: StpDBAccess.cpp
Parameters
scsBufName
Input name of buffer
lPath
Input path to search record over
scsMask
Input "" everything is replace, otherwise sign in scsMask is not replaced
scsBuffer
Input value to update
bLockOverISN
Input TRUE in BufFetchNext loop TRUE buffer locked by FilReadRecord and then DbsSelectISN(.. DBSLCK_SINGLE .. )
FALSE buffer locked by DbsSelect(.. DBSLCK_SINGLE .. )