Links are not active on this page.
 FetchMemoDataSourceType Property

Specifies the data source type used for the DelayedMemoFetch method. Read/write at design time and run time.

CursorAdapter.FetchMemoDataSourceType[ = cExpression]

Expand imageReturn Value

cExpression

Specifies the data source type used for the DelayedMemoFetch method.

cExpression is a character expression that evaluates to one of the following:

cExpression Description

Empty string ""

Visual FoxPro disregards the CursorAdapter FetchMemoDataSource property and uses the CursorAdapter DataSource and DataSourceType properties.

ODBC

The data source is ODBC (Open Database Connectivity).

ADO

The data source is ADO (ActiveX Data Objects).

Expand imageRemarks

Applies To: CursorAdapter Class

Expand imageSee Also