I am working on a little OpenBD project for the App Engine. I have a model class of *model.den.Den* which I am successfully persisting to the datastore. When I log into the dashboard I can clearly see saved records under an option "den" in the entity selector. Using the query tool, I can run "SELECT FROM den" and it returns all records as you can see in this image ( http://dl.dropbox.com/u/101948/temp/openbd/gae1.png )
However, when I use the following query... <cfquery dbtype="google" name="result"> SELECT FROM den </cfquery> ... I get a strange exception: message: Invalid Request > detail: A request was made to a resource that could not be located > error code: errorCode.badRequest> missingfilename: Den screenshot here: ( http://dl.dropbox.com/u/101948/temp/openbd/gae2.png ) Does anyone have any thoughts on what could possibly be occurring here? Thanks in advance. ~Dave Shuck /************************************** blog: www.daveshuck.com tweets: www.twitter.com/dshuck cf peeps: www.dfwcfug.org **************************************/ -- Open BlueDragon Public Mailing List http://www.openbluedragon.org/ http://twitter.com/OpenBlueDragon mailing list - http://groups.google.com/group/openbd?hl=en !! save a network - please trim replies before posting !!
