Hi Tom, Thank you. I am using the snippets. There are 2 gdata packages. Both contain the .jar files necessary for using the API via Java. One of them contains examples. In the Google Base examples is a cmdline folder with two .java files: Example and QueryExample -- which are also the code examples on the API get started for Java pages. While I began to use these examples for my own project -- which is simply to get data via the snippets -- in other words, all I need to do is query - I am not looking to insert data or manipulate the data in any way.
So when my own code did not work, I compiled the actual Google supplied Example and QueryExample (which extends Example) to make sure I was not missing anything. When I run the QueryExample (and the same for my code) it completely hangs on the service.query method -- the critical method to returning data from the query. Bottomline, is I am really doing nothing except trying to get this to work as an example. None of the code I am trying to use at this time is my own. I have not changed the Google code in my attempt to make this work. As a matter of resource, here is the Google QueryExample.java - you may already be aware of it. http://code.google.com/p/gdata-java-client/source/browse/trunk/java/sample/gbase/cmdline/QueryExample.java Please let me know if I am missing something in the communication. Again, all I am trying to do now is to just figure out why I cannot even get a basic example to work. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
