The information in this article applies to:
SYMPTOMSThe following error occurs when interacting with a recordset from an Oracle 8 server created with a SELECT statement containing the FOR UPDATE clause:
RESOLUTIONTo work around this problem, execute the ADO Connection object's BeginTrans method before executing the SELECT statement. Use the CommitTrans method when finished with the recordset. MORE INFORMATION
The below example will reproduce the behavior described above. Uncomment the BeginTrans and CommitTrans calls to see the workaround. Steps to Reproduce Behavior
Additional query words:
Keywords : kberrmsg kbADO kbDatabase kbOracle kbGrpVBDB kbGrpMDAC |
Last Reviewed: May 17, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |