The information in this article applies to:
SYMPTOMSWhen trying to use Pessimistic locking and Client Cursors, Visual Basic generates an error saying "An invalid value was entered for 'Lock Type'." CAUSEPessimistic locking is not available with Client cursors in ADO or the Data Environment. RESOLUTIONChange your cursor to Server-Side or change your lock type. STATUSThis behavior is by design. MORE INFORMATION
Note that Pessimistic locking on server-side cursors must be supported by
the driver/provider in order to use this functionality in ADO. SQL Server
and Access drivers and providers have this functionality whereas Oracle
does not.
Steps to Reproduce Behavior
Additional query words: kbDSupport kbdse kbDSupport kbVBp kbvbp600 KbADO kbDatabase kbDataBinding
Keywords : kbGrpVBDB |
Last Reviewed: January 5, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |