Click or drag to resize

DbSetDefaultLockMode Function

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

Namespace:  XSharp_VORDDClasses
Assembly:  XSharp.VORDDClasses (in XSharp.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