Select to view content in your preferred language

Access data in relates table

1586
1
09-20-2011 01:51 AM
by Anonymous User
Not applicable
Original User: AntoJK

Hi,

Is it possible to access this information in a related table through ArcPy.




In ArcMap I can do an Identify on a tile in the layer, view its attribute table and then simply click the Related Table button to view the info.

Is this functionality possible programmatically in ArcPy?
0 Kudos
1 Reply
AnthonyKeogh1
Deactivated User
From what I have found on the internet, it doesn't seem possible to do this using arcpy yet. I have resorted to using cx_Oracle to connect to the database and execute some SQL to get the information required.
0 Kudos