Links are not active on this page.
 UpdateCmdDataSourceType Property

Specifies the data source type for the data source used by the UpdateCmdDataSource property. Read/write at design time and run time.

CursorAdapter.UpdateCmdDataSourceType [= cDataSourceType]

Expand imageReturn Value

cDataSourceType

Character data type. The cDataSourceType parameter specifies the data source type of the data source in the UpdateCmdDataSource property.

Expand imageRemarks

Applies To: CursorAdapter Class

If UpdateCmdDataSourceType is empty ("") or null (.NULL.), Visual FoxPro uses the data source in the CursorAdapter DataSource property.

To generate an XML UpdateGram, you must explicitly set the value of UpdateCmdDataSourceType to "XML".

Expand imageSee Also