<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Update to Actionscript SimpleDB Library for Adobe AIR</title>
	<atom:link href="http://www.cafesilencio.net/blog/update-to-actionscript-simpledb-library-for-adobe-air/feed" rel="self" type="application/rss+xml" />
	<link>http://www.cafesilencio.net/blog/update-to-actionscript-simpledb-library-for-adobe-air</link>
	<description>Adventures In Developing Rich Internet Applications</description>
	<pubDate>Sun, 05 Sep 2010 16:39:44 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: pi3rc3</title>
		<link>http://www.cafesilencio.net/blog/update-to-actionscript-simpledb-library-for-adobe-air#comment-270</link>
		<dc:creator>pi3rc3</dc:creator>
		<pubDate>Sat, 13 Mar 2010 20:25:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.cafesilencio.net/blog/?p=282#comment-270</guid>
		<description>o ok thanks that worked but how do you turn this rawAmazonResponse into something usable? the tut only shows the old way</description>
		<content:encoded><![CDATA[<p>o ok thanks that worked but how do you turn this rawAmazonResponse into something usable? the tut only shows the old way</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: seth</title>
		<link>http://www.cafesilencio.net/blog/update-to-actionscript-simpledb-library-for-adobe-air#comment-269</link>
		<dc:creator>seth</dc:creator>
		<pubDate>Sat, 13 Mar 2010 19:32:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.cafesilencio.net/blog/?p=282#comment-269</guid>
		<description>I think it's because your domain starts with a number.  SimpleDB domains can contain numbers but I don't think they can start with numbers.  When I tested using your domain name I get "The specified query expression syntax is not valid." returned from Amazon.</description>
		<content:encoded><![CDATA[<p>I think it&#8217;s because your domain starts with a number.  SimpleDB domains can contain numbers but I don&#8217;t think they can start with numbers.  When I tested using your domain name I get &#8220;The specified query expression syntax is not valid.&#8221; returned from Amazon.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pi3rc3</title>
		<link>http://www.cafesilencio.net/blog/update-to-actionscript-simpledb-library-for-adobe-air#comment-268</link>
		<dc:creator>pi3rc3</dc:creator>
		<pubDate>Sat, 13 Mar 2010 16:57:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.cafesilencio.net/blog/?p=282#comment-268</guid>
		<description>hey im having trouble using SQL select calls heres my code
&lt;code&gt;
sdbRef.addEventListener(SimpleDBEvent.QUERY_WITH_SQL_EXPRESSION_COMPLETED, onDomain);
			sdbRef.addEventListener(SimpleDBEvent.AWS_SIMPLEDB_ERROR, domainError);
			sdbRef.queryUsingSQLSyntax("select * from 2132432FGI");
&lt;/code&gt;

and it gives me this error: "Error #2032: Stream Error. URL: http://sdb.amazonaws.com/"</description>
		<content:encoded><![CDATA[<p>hey im having trouble using SQL select calls heres my code<br />
<code><br />
sdbRef.addEventListener(SimpleDBEvent.QUERY_WITH_SQL_EXPRESSION_COMPLETED, onDomain);<br />
			sdbRef.addEventListener(SimpleDBEvent.AWS_SIMPLEDB_ERROR, domainError);<br />
			sdbRef.queryUsingSQLSyntax("select * from 2132432FGI");<br />
</code></p>
<p>and it gives me this error: &#8220;Error #2032: Stream Error. URL: <a href="http://sdb.amazonaws.com/" rel="nofollow">http://sdb.amazonaws.com/</a>&#8220;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
