Updating Data with the RDO RemoteData Control

RDO RemoteData Control data can be either read-only or modifiable. To create an application that modifies data using RDO RemoteData Control, do the following:

  1. Set the RDO RemoteData Control CursorDriver property.
  2. Set the RDO RemoteData Control LockType property. The optimistic concurrency based on resultset option is recommended.
  3. Set the RDO RemoteData Control ResultsetType property. Make sure the ODBC driver supports the chosen options.
  4. Set the data-bound control as needed to allow updatability. Note that some controls do not allow updating.

See the documentation on the RDO RemoteData Control for information on how to use these objects; see Getting Help on Controls.

Back to Using RDO Databinding in Visual C++.