Quantcast
Channel: Forums - ArcObjects SDKs
Viewing all articles
Browse latest Browse all 1374

DISTINCT, ORDER BY, COUNT use in 10.1...

$
0
0
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?

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?

Viewing all articles
Browse latest Browse all 1374

Trending Articles