As a wild guess (considering that there's no indication of the API or the 
status that's encountered when the attempted code 'fails'), try using 
startFrom.getTime() & endFrom.getTime(). This code concatenates 
Date#toString() formatted date strings into the query.

Really, it's important to use parameterized queries. Looking at this style 
of code causes me to assume the app will be subject to attack in the 
'SQL'-injection style. (Acknowledging that what would be injected would have 
to be something other than SQL.)

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" 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-java?hl=en.

Reply via email to