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
Access ArcSDE table with SDE.ST_GEOMETRY columns
-
chkaufmann
- Posts: 82
- Joined: Sat 01 Jul 2006 11:42