OpenBD's convenience with accessing SimpleDB is apparent with a SELECT query:
<cfquery dbtype="Amazon"> SELECT * FROM MyDomain WHERE not [ItemName = ''] </cfquery> As you would expect this return all attributes of all rows of a 'table'. Whats interesting tho is that Amazon requires multiple requests to get this data - one for the ItemNames, and others for the attributes of each ItemName. My question is how does OpenBD handle this behind the scenes? If you had, say, 10 rows, that's 11 total requests to get everything - are these done sequentially, in different threads, or some other way? Cheers, Baz --~--~---------~--~----~------------~-------~--~----~ Open BlueDragon Public Mailing List http://groups.google.com/group/openbd?hl=en official site @ http://www.openbluedragon.org/ !! save a network - trim replies before posting !! -~----------~----~----~----~------~----~------~--~---
