Steven,

Could you let us know what you use on your back end?  e.g. Java, ColdFusion,
PHP, .NET, etc?  And also what database you use?

If we know what you use for backend logic we can better suggest samples that
include update/delete logic.

btw ... for ColdFusion, Flex Builder 2 includes wizards that can read your
SQL database's schema and automatically generate the necessary Flex and
ColdFusion code to the SQL DML (Data Modification Language, i.e. INSERT,
UPDATE and DELETE).

btw #2 ... as Tracy suggested, there is no problem doing update or delete
through a webservice.  Personally, I prefer <mx:RemoteObject>, but
<mx:WebService> should work just as good.

                   Best regards,

                   g

On 12/5/06, Steven Xu <[EMAIL PROTECTED]> wrote:

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

------------------------------

Reply via email to