PRB: rdConcurRowver Availability Incorrect in Books Online (182954)
The information in this article applies to:
- Microsoft Visual Basic Enterprise Edition for Windows 5.0
- Microsoft Visual Basic Enterprise Edition for Windows 6.0
This article was previously published under Q182954 SYMPTOMS Books Online indicates that rdConcurRowVer can be used for
a table that has only an ID or a timestamp. rdConcurRowVer changes to
rdConcurValues when opening a server-side cursor on a table that has only a
timestamp or only an ID. CAUSE The locktype argument specifies the type of locking used to
support concurrency. If a locktype is not supported, it is changed at run-time.
rdConcurRowVer locktype is only supported on a data source that has a primary
key and a timestamp. RESOLUTION If you want to use rdConcurRowVer for a server-side cursor,
the table must have a primary key and a timestamp. STATUS This behavior is by design. REFERENCES "Hitchhikers Guide to Visual Basic & SQLServer" - Fifth
Edition pp 430-435 and pp 370-372
Visual Basic 5.0 Enterprise Edition
Help files and Books Online under "Choosing an RDO Cursor Type"
Modification Type: | Major | Last Reviewed: | 11/7/2003 |
---|
Keywords: | kbprb KB182954 |
---|
|