The way to get data into the server is the same as the way to get it out: Call a web service operation/method and pass the data to it.
How that is handled on the server depends on the implementation of the web service. It is easy to sample get data from a server, but to have an example of saving data on a server, you would need to own the server. Tracy ________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Steven Xu Sent: Tuesday, December 05, 2006 4:51 PM To: [email protected] Subject: [flexcoders] is there a sample to update/delete records in a database server through webservice? Hi Folks, There are many samples showing how to get/download the records/XML from a webservice , however none of them talking about how to change the server data while user modify the Datagrid / List in the flash application through webservice. Is the webservice way to update server data is too slow, more complex, hardly implement? I am new to flex. Flex application does so exciting interface, but how can I get my data saved in server database through webservice. Thanks for guiding me to the right direction, any sample will be appreciated. Steve ________________________________ Have a burning question? Go to Yahoo! Answers <http://answers.yahoo.com/;_ylc=X3oDMTFvbGNhMGE3BF9TAzM5NjU0NTEwOARfcwMz OTY1NDUxMDMEc2VjA21haWxfdGFnbGluZQRzbGsDbWFpbF90YWcx> and get answers from real people who know.

