Many-to-many RelationshipQuery between non-spatial tables

655
1
03-15-2011 06:07 PM
SuzanneEctor
New Contributor
I'm getting "Unable to complete operation" error on the relationship query.  I haven't found any samples for many-to-many, so I'm not sure what is wrong.  I have all the tables, relationship tables and features in one map document.  I can do the same relationship query from the services directory and it returns 4 records.

Has anyone had success with getting this type of query working with the Javascript APIs?  I have attached snippets from my code.  This seems as though it should be very simple...
0 Kudos
1 Reply
SuzanneEctor
New Contributor
I just figured out my problem.  I am doing the query on a FeatureServer layer so that I could edit the related records.  Though I haven't been able to find any documentation on this, I don't think that is supported for many-to-many relationships.  When I performed the same query on the layer using MapServer, it worked just fine.

So, ESRI, is this correct... Web editing of related tables that participate in a many-many relationship is NOT supported?
0 Kudos