1- Are the geodatabase Tables included in the MobileCache (when generated)? 2-If yes (they are included), can someone post a way to access those tables? 3-If No (if they are not included) what is the alternative to access those tables?
1- Are the geodatabase Tables included in the MobileCache (when generated)? 2-If yes (they are included), can someone post a way to access those tables? 3-If No (if they are not included) what is the alternative to access those tables?
This is quite a common query / issue at ArcGIS Mobile 10 and previous.
1 - No, object tables are not support by ArcGIS Mobile 2 - N/A due to 1 3 - Possibly the most common method is to create a feature class to represent the tabular data as this is compatible with ArcGIS Mobile.
In addition, relationship classes / relationships are not supported. If you are using an SDE geodatabase you may be able to model specific database views that will allow for an acceptable display of related data within ArcGIS Mobile. Otherwise, you could customise and recreate the relationships between the feature classes on the client and develop the appropriate workflow(s) to display the related data.