Update query in google app engine data store (java)
        Posted  
        
            by sumeet
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by sumeet
        
        
        
        Published on 2010-04-21T01:28:12Z
        Indexed on 
            2010/04/21
            1:33 UTC
        
        
        Read the original article
        Hit count: 279
        
google-app-engine
How to use the update query in google app engine while using with gwt. I'm trying to make a chat application where apart from submitting and deleting the previous messages, the administrator can edit out the portions of existing messages. For editing the existing messages update query is needed and I could not find anything like update query in data store. How can we update the existing data?
© Stack Overflow or respective owner