9.130 CStpDBAccess::StpLockSelectAndThrowErr
Read a record from Infra DataBase in locked mode. Throws ErrorElement if error occures
Defined in: StpDBAccess.cpp
|
Syntax
|
StpLockSelectAndThrowErr( const SCString& scsBufName, LONG lPath )
StpLockSelectAndThrowErr( const SCString& scsBufName, LONG lPath, const SCString& scsBuffer, BOOL bLockOverISN )
|
|
Parameters
|
scsBufName
Input name of buffer
lPath
Input path to search record
scsBuffer
Input buffer for select function
bLockOverISN
Input TRUE buffer locked by FilReadRecord and then DbsSelectISN(.. DBSLCK_SINGLE .. )
FALSE buffer locked by DbsSelect(.. DBSLCK_SINGLE .. )
|
|
Comments
|
If record is not found, Workingbuffer is set to empty
|
