Click or drag to resize

DbSetDefaultLockMode Function

X#
Get/Set the default locking mode for the DbServer class

Namespace:  VORDDClasses
Assembly:  VORDDClasses (in VORDDClasses.dll) Version: 2.19
Syntax
 FUNCTION DbSetDefaultLockMode(
	dwLockMode AS DWORD
) AS DWORD
Request Example View Source

Parameters

dwLockMode
Type: DWord
The new locking mode. The default = ccOptimistic

Return Value

Type: DWord
The previous locking mode
See Also