Result is incompatible with cursor schema. (Error 2074)

Occurs if the CursorFill method is called with the lUserCursorSchema parameter set to True (.T.), and the field definitions do not match with the type or precision of the fields in the base table.

  • Make sure that the field types and precisions match the base table.
  • The lUserCursorSchema parameter should only be used if necessary, such as when converting XML that does not have a schema, and you need to control the field types.