Links are not active on this page.
 UpdateGramSchemaLocation Property

Specifies the mapping schema name and location passed to the XMLUPDATEGRAM( ) function. Read/write at design time and run time.

NoteNote

UpdateGramSchemaLocation applies only when CursorAdapter DataSourceType is "XML". When specified, UpdateGramSchemaLocation is passed to the SchemaLocation parameter in XMLUPDATEGRAM( ). Visual FoxPro does not support creating mapping schemas; therefore, you must supply one.

CursorAdapter.UpdateGramSchemaLocation [= cName]

Expand imageReturn Value

cName

Character data type. The cName parameter specifies a mapping schema name and location, and the default value is an empty string ("").

Expand imageRemarks

Applies To: CursorAdapter Class

Expand imageSee Also