Select to view content in your preferred language

Options for creating tabular data?

536
1
11-05-2010 04:59 AM
WesBailes
Occasional Contributor
Wondering what my options were for creating data on the server from a flex application?  I'm aware of the editing capabilities with the feature layer, but don't need spatial data.  Basically I need to save the date/time/userid when users log in to the site.  I am running IIS.  Thanks for any suggestions!
Tags (2)
0 Kudos
1 Reply
DasaPaddock
Esri Regular Contributor
You can use FeatureLayer.applyEdits() against a table published in your feature service. If you don't want to do this then you can create a custom service using JSP, PHP, etc. and call that from Flex using HttpService, WebService or RemoteObject.
0 Kudos