Thanks Guys for your help. I found the problem. - It was the query.
The "limit" parameter for the number of rows returned is a String - as to why it is a String rather than an int is anyones guess. However, where I made my error was by having a leading and trailing space ie " 1 " instead of "1". Your efforts were appreciated. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to android-beginners@googlegroups.com To unsubscribe from this group, send email to android-beginners+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en -~----------~----~----~----~------~----~------~--~---