Cursors - OLE DB Provider for Teradata

OLE DB Provider for Teradata User Guide

Product
OLE DB Provider for Teradata
Release Number
15.00
Language
English (United States)
Last Update
2018-09-28
dita:id
B035-2498
Product Category
Teradata Tools and Utilities

Cursors

Client-Side Cursor

The consumer specifies client-side cursors by setting the Cursor Location property of the connection object to adUseClient.

When the consumer specifies a client-side cursor, ADO uses the Client Cursor Engine (CCE) that is part of Microsoft Data Access Components (MDAC). The CCE is an OLE DB rowset implementation.

For more information on the Client Cursor Engine, refer to the MSDN documentation.

  • MSDN Library - Go to http://msdn.microsoft.com/library/
  • Data Access
  • Microsoft Data Access Components
  • Technical Articles
  • OLE DB
  • Optimistic Remote Updating in the Client Cursor Engine