Hi You will probably need to include some more code. There is a bug in your code definately ;-)
put saves an entity, if it's one you have just created abc = MyAbc() then a put will create a new one. If you fetch the entity then put it, you won't create a new one. It sounds like your creating a new one through each pass of the loop rather than fetching and modifying. But can't tell from what you have posted here. Rgds T -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
