9.135 CStpDBAccess::StpUpd
LONG CStpDBAccess::StpUpd(const SCString& scsBufName, LONG lPath, const SCString& scsMask, const SCString& scsBuffer, BOOL bLockOverISN)
Update record in Infra DataBase. If record does not exist insert it.
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 .. )
|
