When copying from SQL Server to SHP, there is a possibility of incompatible geometry types resulting in errors like this:
The 'FdoGeometryType_Point|FdoGeometryType_LineString|FdoGeometryType_Polygon|FdoGeometryType_MultiPoint|FdoGeometryType_MultiLineString|FdoGeometryType_MultiPolygon|FdoGeometryType_CurveString|FdoGeometryType_CurvePolygon|FdoGeometryType_MultiCurveString|FdoGeometryType_MultiCurvePolygon' geometry type (or combination of types) is not supported
The incompatible class fixing code needs to handle this
When copying from SQL Server to SHP, there is a possibility of incompatible geometry types resulting in errors like this:
The incompatible class fixing code needs to handle this