hi guys,
I got this sql table im working with, it has a geometry column but contains multiple geometry types,
[u'POLYGON', u'LINESTRING', u'GEOMETRYCOLLECTION', u'POINT', u'MULTILINESTRING', u'MULTIPOLYGON']
Im using arcpy's arcsdesqlexecute and I seem to be hitting an error loading the column as is, I tried converting it to varchar but I don't feel its necessary.
Any thoughts guys?
Regards,
Chris P