JavaScript Editor js editor     Web development 



Main Page

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

Note:
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]

Return Value

cName


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

Remarks

Applies To: CursorAdapter Class

See Also



JavaScript Editor js editor     Web development