FetchMemoDataSourceType Property
Specifies the data source type used for the DelayedMemoFetch method. Read/write at design time and run time.
CursorAdapter.FetchMemoDataSourceType[ = cExpression]
Return 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).
Remarks
Applies To: CursorAdapter Class