how to search  feature  in moble by fields

649
1
10-31-2010 03:17 AM
yanli
by
New Contributor II
how to  serch featrue according to the fields in arcgis mobile in 9.3.1?
0 Kudos
1 Reply
AkhilParujanwala
New Contributor III
Here's a link for all 9.3 related SDK material, there is a lot to look at.
http://resources.esri.com/help/9.3/ArcGISmobile/adf/mobile_start.htm

In general you would find the layer (using string).
Set a query filter (none or have a whereclause).
Get FeatureDataTable or dataRecord.
Then you can use FindField(using string).
Once you find the field (column/column's index position)
You must read the datatable in order to get or set values for that field.

This is just a really rough outline on how to do things.

If you don't find enough material on that link I gave you, I can certainly help you with code, mind you i'm using Mobile 10, but it should be relatively similar.

Thanks,

Akhil P.
0 Kudos