|
Following are
the instructions for fast, forward-only, read-only cursor:
1. Establish a connection to the data source.
2. Set the rowset properties, DBPROP_SERVERCURSOR,
DBPROP_OTHERINSERT, DBPROP_OTHERUPDATEDELETE, DBPROP_OWNINSERT,
DBPROP_OWNUPDATEDELETE should be set to VARIANT_TRUE
3. Execute the command.
Related article:
Fast Forward-only Cursors
|