ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 151617181920212223242526
True if the operation was performed,False if a problem occurred. HError is used to identify the error.
Name of data file used.
Number of the record to lock. If this parameter is not specified, <Source>.LockRecNum handles the current record. <Source>.LockRecNum locks the current record only. You cannot specify a record number other than the current one (to specify the current record number, use the hRecNumCurrent constant).
Used to define the type of lock performed on the record.hLockWrite(default value)Lock in write mode: the record found in the data file can be read by another application but it cannot be modified by another application. No lock on the record or on the data file can be defined by another application.hLockReadWriteLock in read/write: the record found in the data file cannot be read or modified by another application. No lock on the record or on the data file can be defined by another application.hLockNoNo lock: the record can be read or modified by another application.
Modifying the type of lock for a record
Effect of lock mode
Lock failure
Number of locks
Native SQL Server Connector: Lock in write mode
Managing locks in OLE DB
Persistence of lock
Last update: 09/18/2020
Send a report | Local help
Searching...
I accept the terms of the license agreement
All you have to do is configure your product as follows: