At 10, ArcMap, under File > Add Data > Add Query Layer, allows the user the interact directly with the underlying RDMS, i.e. SQL 2008 Spatial.
This function DOES allow for spatial queries, i.e. STIntersects, etc. against the RDMS.
Has anyone found a way to access the properties, methods, etc. of this function in Python?
Want to send spatial queries to SQL through geoprocessing service that is consumed in Javascript API web map app.
Thanks