If you're using the java library, the first line would fail with a ResourceNotFoundException. http://code.google.com/apis/gdata/javadoc/com/google/gdata/client/GoogleService.html#getEntry(java.net.URL,%20java.lang.Class,%20com.google.gdata.data.DateTime)
I don't know what client library you're using and also the behavior of all existing client libraries. So try it out and then you'll see... Alex On Tue, Jun 30, 2009 at 7:17 PM, Ajay <[email protected]> wrote: > > Hi, > I want to update some items.... > GBaseEntry entry = service.GetEntry(myEntryId); > entry.GBaseAttributes.AddFloatAttribute("rooms", 7f); > service.Update(entry); > > how wud i know if the requested item is found?? > > > -- Alex Dovlecel, Google Switzerland GmbH Company Identifikationsnummer: CH-020.4.028.116-1 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Base Data API" 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-Base-data-API?hl=en -~----------~----~----~----~------~----~------~--~---
