Difference between revisions of "LOCKRESOURCE()"

From Lianjapedia
Jump to: navigation, search
(Created page with "''Under Construction'' ==Purpose== Function to lock a named resource ==Syntax== LOCKRESOURCE(<cResource> [, <cMode>]) ==See Also== UNLOCKRESOURCE(), UNLOCKRESOURCEALL(...")
(No difference)

Revision as of 05:54, 28 March 2017

Under Construction

Purpose

Function to lock a named resource

Syntax

LOCKRESOURCE(<cResource> [, <cMode>])

See Also

UNLOCKRESOURCE(), UNLOCKRESOURCEALL()

Description

The LOCKRESOURCE() function attempts to lock the named resource <cResource> in mode <cMode>.

Argument Description
<cResource> Character string specifying the name of the resource
<cMode> Character string specifying the mode: "shared" or "exclusive"

Example