>Similarly, if you want the query to return >just the keys, you'll need entities containing the properties that are the >subjects of query filters and the keys for the full entities.
so there is no way to QueryString="SELECT * FROM USER_INVENTORY WHERE TUSER_ID=432 AND CATEGORY_ID=23423" CategoryRows = db.GqlQuery(QueryString) KeyNames=CategoryRows.getKeyNames() Without creating separate entities? That's crazy. There must be a way to dig the identifiers out of the db.GqlQuery() return. Unless you can get the keys out and memcache I'm beginning to think beyond trivial applications app engine is just unusable. I've put so much time into this some expert person help me out here please. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appengine@googlegroups.com To unsubscribe from this group, send email to google-appengine+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---