CursorAdapter Class

Supports handling a wide range of data sources as native Visual FoxPro cursors. These data source types include the following:

  • Native
  • Open Database Connectivity (ODBC)
  • ActiveX Data Object (ADO)
  • Extensible Markup Language (XML)
CursorAdapter

Remarks

The cursor opened by a CursorAdapter object is always a buffered cursor and defaults to Optimistic Row Buffering.

For more detailed information about the CursorAdapter class, see Data Access Management Using CursorAdapters.

See Also

Objects, Collections, and Classes | CursorAdapter Object Properties, Methods, and Events | Cursor Object | Relation Object | TABLEUPDATE( ) Function