AdoRecordSet:LockType Assign

<< Click to Display Table of Contents >>

Navigation:  Ado Classes > AdoRecordset Class >

AdoRecordSet:LockType Assign

Previous pageReturn to chapter overviewNext page

Purpose

The type of locks placed on records during editing.

 

Prototype

ASSIGN LockType ( lLockType AS LONG  )  AS LONG PASCAL CLASS AdoRecordSet

 

Argument(s)

lLockType        Long: A LockTypeEnum value. The default value is adLockReadOnly

 

 

See Also

AdoRecordSet, AdoRecordSet:LockType, AdoLockTypeEnum