Updatable scrollable cursors in ADO applications
If you want to write
an ADO application that accesses updatable scrollable cursors, you
can set the cursor location to either
adUseClient
or adUseServer
.
If you set the cursor location to adUseServer
, the
cursor materializes on the server.
The IBM® OLE DB Provider for Db2® natively supports read-only, forward-only, read-only scrollable, and updatable scrollable cursors.