Hi All,
Architecture is :
10.1 SP1 java
10.1 ArcMap
10.1 FGDB
Implementing SOE in java. Is it not possible to this with a 10.1 FGDB?
What I am trying to do is run a particular query off a map service. I could do this with using SDE, but seems it's crapping out when I swapped it out for FGDB.
How do you accomplish this task?
Architecture is :
10.1 SP1 java
10.1 ArcMap
10.1 FGDB
Implementing SOE in java. Is it not possible to this with a 10.1 FGDB?
Code:
//define the filter.
filter = new QueryFilter();
filter.setSubFields("DISTINCT " + CADASTRE_FIELD_NAME);
filter.setWhereClause(PROV_FIELD_NAME + " = '" + province + "'");What I am trying to do is run a particular query off a map service. I could do this with using SDE, but seems it's crapping out when I swapped it out for FGDB.
How do you accomplish this task?