<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: AIR Cairngorm (AIR extensions for Cairngorm)</title>
	<atom:link href="http://www.ericfeminella.com/blog/2007/07/16/air-cairngorm-air-extensions-for-cairngorm/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ericfeminella.com/blog/2007/07/16/air-cairngorm-air-extensions-for-cairngorm/</link>
	<description>Thoughts on Software Design and Development</description>
	<lastBuildDate>Sun, 08 Jan 2012 14:25:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: mike</title>
		<link>http://www.ericfeminella.com/blog/2007/07/16/air-cairngorm-air-extensions-for-cairngorm/comment-page-1/#comment-141741</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Tue, 27 Oct 2009 14:54:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericfeminella.com/blog/2007/07/16/air-cairngorm-air-extensions-for-cairngorm/#comment-141741</guid>
		<description>Hi Eric, great work except now that you have dumbed down the use of the statement(by ony allowing a text property as an argument) i cannot seem to set parameters on my statement as before when using my home built sql services. 

Perhaps I am missing something but I got round the problem by extending your class and adding a similar method for executing the statement but this time passing the statement (thus giving me more control before injecting) and not the string which effectively only serves as the text property of the statement. I am guessing your choice to do this was to keep it simple but I actaully had no choice as the string I was passing contained characters that were not accepted in the string but were accepted in the parameters object of the statement. Forward slash was the problem character.

if you have a solution for this please post it so I can keep my code simple.

Keep up the good work</description>
		<content:encoded><![CDATA[<p>Hi Eric, great work except now that you have dumbed down the use of the statement(by ony allowing a text property as an argument) i cannot seem to set parameters on my statement as before when using my home built sql services. </p>
<p>Perhaps I am missing something but I got round the problem by extending your class and adding a similar method for executing the statement but this time passing the statement (thus giving me more control before injecting) and not the string which effectively only serves as the text property of the statement. I am guessing your choice to do this was to keep it simple but I actaully had no choice as the string I was passing contained characters that were not accepted in the string but were accepted in the parameters object of the statement. Forward slash was the problem character.</p>
<p>if you have a solution for this please post it so I can keep my code simple.</p>
<p>Keep up the good work</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: doug</title>
		<link>http://www.ericfeminella.com/blog/2007/07/16/air-cairngorm-air-extensions-for-cairngorm/comment-page-1/#comment-141676</link>
		<dc:creator>doug</dc:creator>
		<pubDate>Thu, 11 Jun 2009 07:35:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericfeminella.com/blog/2007/07/16/air-cairngorm-air-extensions-for-cairngorm/#comment-141676</guid>
		<description>Hi Eric,
Testing implementation of SWC into project.  Trouble getting head around how CreateTableEvent is getting called.  I was looking for something obvious in preinitialize.  Anyway - if you have a couple to layout how that event is being dispatched and listened for - that would be appreciated.
Thanks much!</description>
		<content:encoded><![CDATA[<p>Hi Eric,<br />
Testing implementation of SWC into project.  Trouble getting head around how CreateTableEvent is getting called.  I was looking for something obvious in preinitialize.  Anyway &#8211; if you have a couple to layout how that event is being dispatched and listened for &#8211; that would be appreciated.<br />
Thanks much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.ericfeminella.com/blog/2007/07/16/air-cairngorm-air-extensions-for-cairngorm/comment-page-1/#comment-141644</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Tue, 03 Mar 2009 21:07:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericfeminella.com/blog/2007/07/16/air-cairngorm-air-extensions-for-cairngorm/#comment-141644</guid>
		<description>Thanks. Great work it really helps</description>
		<content:encoded><![CDATA[<p>Thanks. Great work it really helps</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eric</title>
		<link>http://www.ericfeminella.com/blog/2007/07/16/air-cairngorm-air-extensions-for-cairngorm/comment-page-1/#comment-141643</link>
		<dc:creator>eric</dc:creator>
		<pubDate>Fri, 27 Feb 2009 19:13:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericfeminella.com/blog/2007/07/16/air-cairngorm-air-extensions-for-cairngorm/#comment-141643</guid>
		<description>Hey Chris,

I originally developed this API back on July 16th, 2007. At that time AIR was still in beta. I believe in the time since the version property is either deprecated or no longer exists. Try removing it from the source and the RTE should be resolved.

I created a new AIR SQL framework in September based on the DAO pattern, I recommend utilizing this implementation if possible, which can be found at:
http://www.ericfeminella.com/blog/2008/09/29/air-sql-framework/ 

Best,
Eric</description>
		<content:encoded><![CDATA[<p>Hey Chris,</p>
<p>I originally developed this API back on July 16th, 2007. At that time AIR was still in beta. I believe in the time since the version property is either deprecated or no longer exists. Try removing it from the source and the RTE should be resolved.</p>
<p>I created a new AIR SQL framework in September based on the DAO pattern, I recommend utilizing this implementation if possible, which can be found at:<br />
<a href="http://www.ericfeminella.com/blog/2008/09/29/air-sql-framework/" rel="nofollow">http://www.ericfeminella.com/blog/2008/09/29/air-sql-framework/</a> </p>
<p>Best,<br />
Eric</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.ericfeminella.com/blog/2007/07/16/air-cairngorm-air-extensions-for-cairngorm/comment-page-1/#comment-141642</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Thu, 26 Feb 2009 15:05:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericfeminella.com/blog/2007/07/16/air-cairngorm-air-extensions-for-cairngorm/#comment-141642</guid>
		<description>Eric -
When the preinititialize function in my Services.mxml runs it creates the db successfully but I get a run-time error &quot;Cannot create property version on flash.data.SQLConnection&quot;. 

Inside your SQLService.as I see you wrote this function:

private function openResult(result:SQLEvent) : void{
 databaseConnection.version = databaseVersion;
}

If databaseConnection is a flash.data.SQLConnection type then where does this property &quot;version&quot; come from? Am I missing something obvious here?

Thanks</description>
		<content:encoded><![CDATA[<p>Eric -<br />
When the preinititialize function in my Services.mxml runs it creates the db successfully but I get a run-time error &#8220;Cannot create property version on flash.data.SQLConnection&#8221;. </p>
<p>Inside your SQLService.as I see you wrote this function:</p>
<p>private function openResult(result:SQLEvent) : void{<br />
 databaseConnection.version = databaseVersion;<br />
}</p>
<p>If databaseConnection is a flash.data.SQLConnection type then where does this property &#8220;version&#8221; come from? Am I missing something obvious here?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 小小菜鸟</title>
		<link>http://www.ericfeminella.com/blog/2007/07/16/air-cairngorm-air-extensions-for-cairngorm/comment-page-1/#comment-141632</link>
		<dc:creator>小小菜鸟</dc:creator>
		<pubDate>Fri, 19 Dec 2008 07:59:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericfeminella.com/blog/2007/07/16/air-cairngorm-air-extensions-for-cairngorm/#comment-141632</guid>
		<description>really sorry
i&#039;m so careless
forget air version in the config file



to


now i can run your examples

thanks for your article  very very muck~</description>
		<content:encoded><![CDATA[<p>really sorry<br />
i&#8217;m so careless<br />
forget air version in the config file</p>
<p>to</p>
<p>now i can run your examples</p>
<p>thanks for your article  very very muck~</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 小小菜鸟</title>
		<link>http://www.ericfeminella.com/blog/2007/07/16/air-cairngorm-air-extensions-for-cairngorm/comment-page-1/#comment-141631</link>
		<dc:creator>小小菜鸟</dc:creator>
		<pubDate>Fri, 19 Dec 2008 07:45:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericfeminella.com/blog/2007/07/16/air-cairngorm-air-extensions-for-cairngorm/#comment-141631</guid>
		<description>when i import your example into FB, a error occur:

Severity and Description	Path	Resource	Location	Creation Time	Id
Design mode: Cannot load Cairngorm.swc (reason: ERROR: Load Verify). It may require classes (such as Adobe AIR components) that are not supported by design mode. Check the Eclipse error log for more details.	AIRCairngormAsyncExample/src/air/cairngorm/async/example/business	Services.mxml	Unknown	1229672613828	6598</description>
		<content:encoded><![CDATA[<p>when i import your example into FB, a error occur:</p>
<p>Severity and Description	Path	Resource	Location	Creation Time	Id<br />
Design mode: Cannot load Cairngorm.swc (reason: ERROR: Load Verify). It may require classes (such as Adobe AIR components) that are not supported by design mode. Check the Eclipse error log for more details.	AIRCairngormAsyncExample/src/air/cairngorm/async/example/business	Services.mxml	Unknown	1229672613828	6598</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 小小菜鸟</title>
		<link>http://www.ericfeminella.com/blog/2007/07/16/air-cairngorm-air-extensions-for-cairngorm/comment-page-1/#comment-141630</link>
		<dc:creator>小小菜鸟</dc:creator>
		<pubDate>Fri, 19 Dec 2008 07:42:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericfeminella.com/blog/2007/07/16/air-cairngorm-air-extensions-for-cairngorm/#comment-141630</guid>
		<description>flex builder 3.0.2 &amp; air 1.5</description>
		<content:encoded><![CDATA[<p>flex builder 3.0.2 &amp; air 1.5</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 小小菜鸟</title>
		<link>http://www.ericfeminella.com/blog/2007/07/16/air-cairngorm-air-extensions-for-cairngorm/comment-page-1/#comment-141629</link>
		<dc:creator>小小菜鸟</dc:creator>
		<pubDate>Fri, 19 Dec 2008 07:39:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericfeminella.com/blog/2007/07/16/air-cairngorm-air-extensions-for-cairngorm/#comment-141629</guid>
		<description>i want use it in flex builder,can i?</description>
		<content:encoded><![CDATA[<p>i want use it in flex builder,can i?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.ericfeminella.com/blog/2007/07/16/air-cairngorm-air-extensions-for-cairngorm/comment-page-1/#comment-141628</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Wed, 17 Dec 2008 09:26:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericfeminella.com/blog/2007/07/16/air-cairngorm-air-extensions-for-cairngorm/#comment-141628</guid>
		<description>good one keep it up</description>
		<content:encoded><![CDATA[<p>good one keep it up</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eric</title>
		<link>http://www.ericfeminella.com/blog/2007/07/16/air-cairngorm-air-extensions-for-cairngorm/comment-page-1/#comment-131451</link>
		<dc:creator>eric</dc:creator>
		<pubDate>Mon, 03 Nov 2008 01:35:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericfeminella.com/blog/2007/07/16/air-cairngorm-air-extensions-for-cairngorm/#comment-131451</guid>
		<description>Hey Cedric,

Thanks for the compliments. I don&#039;t see any reason why you couldn&#039;t use the AIR Cairngorm extensions with UM&#039;s extensions, however I haven&#039;t tried that myself.

Also, I updated the SQL Implementation, the version in this post is deprecated, so please see the following for the latest SQL Lite implementation:
http://www.ericfeminella.com/blog/2008/09/29/air-sql-framework/

Best,
Eric</description>
		<content:encoded><![CDATA[<p>Hey Cedric,</p>
<p>Thanks for the compliments. I don&#8217;t see any reason why you couldn&#8217;t use the AIR Cairngorm extensions with UM&#8217;s extensions, however I haven&#8217;t tried that myself.</p>
<p>Also, I updated the SQL Implementation, the version in this post is deprecated, so please see the following for the latest SQL Lite implementation:<br />
<a href="http://www.ericfeminella.com/blog/2008/09/29/air-sql-framework/" rel="nofollow">http://www.ericfeminella.com/blog/2008/09/29/air-sql-framework/</a></p>
<p>Best,<br />
Eric</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cédric POTHIN</title>
		<link>http://www.ericfeminella.com/blog/2007/07/16/air-cairngorm-air-extensions-for-cairngorm/comment-page-1/#comment-131091</link>
		<dc:creator>Cédric POTHIN</dc:creator>
		<pubDate>Fri, 31 Oct 2008 13:35:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.ericfeminella.com/blog/2007/07/16/air-cairngorm-air-extensions-for-cairngorm/#comment-131091</guid>
		<description>Hi Eric,

fantastic work you&#039;ve done here! I was wondering
if there is any contraindication to use your framework
directly in a projet using the Cairngorm Universal Mind extension?

Also I was wondering what could happen
if we have two running services (so connections)
on the same database that do read and update
simultaneously? Could it throw any errors and
is this manageable by your framework?

Many thanks for your work
I&#039;m looking for your answer if you have the time
Cédric</description>
		<content:encoded><![CDATA[<p>Hi Eric,</p>
<p>fantastic work you&#8217;ve done here! I was wondering<br />
if there is any contraindication to use your framework<br />
directly in a projet using the Cairngorm Universal Mind extension?</p>
<p>Also I was wondering what could happen<br />
if we have two running services (so connections)<br />
on the same database that do read and update<br />
simultaneously? Could it throw any errors and<br />
is this manageable by your framework?</p>
<p>Many thanks for your work<br />
I&#8217;m looking for your answer if you have the time<br />
Cédric</p>
]]></content:encoded>
	</item>
</channel>
</rss>

