<?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: JavaScript AIR Samples Updated</title>
	<atom:link href="http://blog.kevinhoyt.org/2007/10/25/javascript-air-samples-updated/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.kevinhoyt.org/2007/10/25/javascript-air-samples-updated/</link>
	<description>On the desktop, on the web, on the device ... On the Platform</description>
	<pubDate>Wed,  7 Jan 2009 03:59:08 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: jueogos</title>
		<link>http://blog.kevinhoyt.org/2007/10/25/javascript-air-samples-updated/#comment-54091</link>
		<dc:creator>jueogos</dc:creator>
		<pubDate>Sun, 22 Jun 2008 23:22:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kevinhoyt.org/2007/10/25/javascript-air-samples-updated/#comment-54091</guid>
		<description>Great job.</description>
		<content:encoded><![CDATA[<p>Great job.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon G.</title>
		<link>http://blog.kevinhoyt.org/2007/10/25/javascript-air-samples-updated/#comment-42398</link>
		<dc:creator>Simon G.</dc:creator>
		<pubDate>Sun, 18 May 2008 18:35:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kevinhoyt.org/2007/10/25/javascript-air-samples-updated/#comment-42398</guid>
		<description>Thanks for the update, really very good job kevin, i appreciate this!

Simon G.</description>
		<content:encoded><![CDATA[<p>Thanks for the update, really very good job kevin, i appreciate this!</p>
<p>Simon G.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mondo Libero</title>
		<link>http://blog.kevinhoyt.org/2007/10/25/javascript-air-samples-updated/#comment-39129</link>
		<dc:creator>Mondo Libero</dc:creator>
		<pubDate>Mon, 05 May 2008 18:24:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kevinhoyt.org/2007/10/25/javascript-air-samples-updated/#comment-39129</guid>
		<description>Good sample, thanks for this site and for your work.</description>
		<content:encoded><![CDATA[<p>Good sample, thanks for this site and for your work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://blog.kevinhoyt.org/2007/10/25/javascript-air-samples-updated/#comment-38662</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Fri, 02 May 2008 07:18:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kevinhoyt.org/2007/10/25/javascript-air-samples-updated/#comment-38662</guid>
		<description>Great information and tips here!</description>
		<content:encoded><![CDATA[<p>Great information and tips here!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Venturi</title>
		<link>http://blog.kevinhoyt.org/2007/10/25/javascript-air-samples-updated/#comment-33046</link>
		<dc:creator>Venturi</dc:creator>
		<pubDate>Fri, 11 Apr 2008 21:00:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kevinhoyt.org/2007/10/25/javascript-air-samples-updated/#comment-33046</guid>
		<description>it's time to update, i'm using beta1 :)</description>
		<content:encoded><![CDATA[<p>it&#8217;s time to update, i&#8217;m using beta1 <img src='http://blog.kevinhoyt.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: steve lee</title>
		<link>http://blog.kevinhoyt.org/2007/10/25/javascript-air-samples-updated/#comment-31742</link>
		<dc:creator>steve lee</dc:creator>
		<pubDate>Wed, 02 Apr 2008 15:17:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kevinhoyt.org/2007/10/25/javascript-air-samples-updated/#comment-31742</guid>
		<description>hey, Kevin, great job!

Cheers</description>
		<content:encoded><![CDATA[<p>hey, Kevin, great job!</p>
<p>Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Hoyt</title>
		<link>http://blog.kevinhoyt.org/2007/10/25/javascript-air-samples-updated/#comment-9470</link>
		<dc:creator>Kevin Hoyt</dc:creator>
		<pubDate>Sat, 03 Nov 2007 16:40:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kevinhoyt.org/2007/10/25/javascript-air-samples-updated/#comment-9470</guid>
		<description>Matt,

You generally don't want to refer to "C:\" when building an AIR application because you shouldn't assume that you'll be running on Windows.  If you have the file in the root, you should look into using air.File.rootDirectory.resolvePath( 'DBSample.db' ).

That being said, there isn't enough code provided to be sure about the problem.  How (or with what tool) was the DB file created?  Not all tools create the same version of SQLite database files.  I use SQLite Database Browser which is an open source, cross-platform, lightweight tool.  Also, in some cases, since SQLite is file-based, if some other tool or process has a lock on that file, AIR may not be able to access it.  If those tips don't work, send me your code and I'll take a look (khoyt _at_ adobe [dot] com).

Thanks for reading!
Kevin</description>
		<content:encoded><![CDATA[<p>Matt,</p>
<p>You generally don&#8217;t want to refer to &#8220;C:\&#8221; when building an AIR application because you shouldn&#8217;t assume that you&#8217;ll be running on Windows.  If you have the file in the root, you should look into using air.File.rootDirectory.resolvePath( &#8216;DBSample.db&#8217; ).</p>
<p>That being said, there isn&#8217;t enough code provided to be sure about the problem.  How (or with what tool) was the DB file created?  Not all tools create the same version of SQLite database files.  I use SQLite Database Browser which is an open source, cross-platform, lightweight tool.  Also, in some cases, since SQLite is file-based, if some other tool or process has a lock on that file, AIR may not be able to access it.  If those tips don&#8217;t work, send me your code and I&#8217;ll take a look (khoyt _at_ adobe [dot] com).</p>
<p>Thanks for reading!<br />
Kevin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Graf</title>
		<link>http://blog.kevinhoyt.org/2007/10/25/javascript-air-samples-updated/#comment-9375</link>
		<dc:creator>Matt Graf</dc:creator>
		<pubDate>Fri, 02 Nov 2007 18:28:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kevinhoyt.org/2007/10/25/javascript-air-samples-updated/#comment-9375</guid>
		<description>I am trying to connect to a SQLite database that I created and I am getting this error:
event.error.code: cannotOpen

event.error.message: Unable to open the database file.
and here is the air code
var dbFile = air.File.applicationStorageDirectory.resolvePath("c:\DBSample.db");

				conn.open(dbFile);</description>
		<content:encoded><![CDATA[<p>I am trying to connect to a SQLite database that I created and I am getting this error:<br />
event.error.code: cannotOpen</p>
<p>event.error.message: Unable to open the database file.<br />
and here is the air code<br />
var dbFile = air.File.applicationStorageDirectory.resolvePath(&#8221;c:\DBSample.db&#8221;);</p>
<p>				conn.open(dbFile);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter J S &#187; Javascript AIR Samples</title>
		<link>http://blog.kevinhoyt.org/2007/10/25/javascript-air-samples-updated/#comment-8947</link>
		<dc:creator>Peter J S &#187; Javascript AIR Samples</dc:creator>
		<pubDate>Thu, 25 Oct 2007 22:03:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kevinhoyt.org/2007/10/25/javascript-air-samples-updated/#comment-8947</guid>
		<description>[...] http://blog.kevinhoyt.org/2007/10/25/javascript-air-samples-updated/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://blog.kevinhoyt.org/2007/10/25/javascript-air-samples-updated/" rel="nofollow">http://blog.kevinhoyt.org/2007/10/25/javascript-air-samples-updated/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://blog.kevinhoyt.org/2007/10/25/javascript-air-samples-updated/#comment-8945</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Thu, 25 Oct 2007 21:15:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kevinhoyt.org/2007/10/25/javascript-air-samples-updated/#comment-8945</guid>
		<description>Great stuff Kevin.

Cheers</description>
		<content:encoded><![CDATA[<p>Great stuff Kevin.</p>
<p>Cheers</p>
]]></content:encoded>
	</item>
</channel>
</rss>
