Access ArcSDE table with SDE.ST_GEOMETRY columns
Posted: Mon 02 Apr 2012 07:42
I need to read data from an Oracle ArcSDE database with UniDac. In the table I have a column of type SDE.ST_GEOMETRY.
If I execute a statement like "select * from MYTABLE", then I get a "Data type not supported" error. I can run a statement like "select ST_ASTEXT(SHAPE) from MYTABLE". But before doing that I need to know the type of the column.
How can I do this with UniDac?
cu Christian
If I execute a statement like "select * from MYTABLE", then I get a "Data type not supported" error. I can run a statement like "select ST_ASTEXT(SHAPE) from MYTABLE". But before doing that I need to know the type of the column.
How can I do this with UniDac?
cu Christian