<?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: Using the SQLite Database Access API in AIR… Part 3: Annotation-Based ORM Framework</title>
	<atom:link href="http://coenraets.org/blog/2008/12/using-the-sqlite-database-access-api-in-air%e2%80%a6-part-3-annotation-based-orm-framework/feed/" rel="self" type="application/rss+xml" />
	<link>http://coenraets.org/blog/2008/12/using-the-sqlite-database-access-api-in-air%e2%80%a6-part-3-annotation-based-orm-framework/</link>
	<description>Rich Internet Applications, Flex, AIR, Java</description>
	<lastBuildDate>Sun, 14 Mar 2010 23:48:30 -0700</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Flex for PHP developers &#124; Experts Developers</title>
		<link>http://coenraets.org/blog/2008/12/using-the-sqlite-database-access-api-in-air%e2%80%a6-part-3-annotation-based-orm-framework/comment-page-1/#comment-372308</link>
		<dc:creator>Flex for PHP developers &#124; Experts Developers</dc:creator>
		<pubDate>Mon, 01 Mar 2010 13:48:16 +0000</pubDate>
		<guid isPermaLink="false">http://coenraets.org/blog/?p=92#comment-372308</guid>
		<description>[...] will put the tags in the bytecode. You can then use these tags at runtime. For example, in this post, you can read how you use custom metadata tags to provide a way to persist a given data model in an [...]</description>
		<content:encoded><![CDATA[<p>[...] will put the tags in the bytecode. You can then use these tags at runtime. For example, in this post, you can read how you use custom metadata tags to provide a way to persist a given data model in an [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mitesh Dave</title>
		<link>http://coenraets.org/blog/2008/12/using-the-sqlite-database-access-api-in-air%e2%80%a6-part-3-annotation-based-orm-framework/comment-page-1/#comment-366284</link>
		<dc:creator>Mitesh Dave</dc:creator>
		<pubDate>Mon, 25 Jan 2010 07:44:35 +0000</pubDate>
		<guid isPermaLink="false">http://coenraets.org/blog/?p=92#comment-366284</guid>
		<description>Hi christopher,
 Wonderful work.We all are really thankful to you for sharing such a nice piece of work.But i have a concern can we use complex and nested queries and sub queries with this approach.Since the example posted by you supported more for simple query implementation.can this approach  be opted for the project having different type of queries ?.Again thank you for all your work.</description>
		<content:encoded><![CDATA[<p>Hi christopher,<br />
 Wonderful work.We all are really thankful to you for sharing such a nice piece of work.But i have a concern can we use complex and nested queries and sub queries with this approach.Since the example posted by you supported more for simple query implementation.can this approach  be opted for the project having different type of queries ?.Again thank you for all your work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abhishek</title>
		<link>http://coenraets.org/blog/2008/12/using-the-sqlite-database-access-api-in-air%e2%80%a6-part-3-annotation-based-orm-framework/comment-page-1/#comment-345618</link>
		<dc:creator>Abhishek</dc:creator>
		<pubDate>Sat, 10 Oct 2009 04:46:06 +0000</pubDate>
		<guid isPermaLink="false">http://coenraets.org/blog/?p=92#comment-345618</guid>
		<description>Christophe,

Thanks for this sample. Do you know of any production ready ORM solution for AIR?

Also are there solutions, which handle DB with object relationships?</description>
		<content:encoded><![CDATA[<p>Christophe,</p>
<p>Thanks for this sample. Do you know of any production ready ORM solution for AIR?</p>
<p>Also are there solutions, which handle DB with object relationships?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: مسلسل طاش ماطاش 16</title>
		<link>http://coenraets.org/blog/2008/12/using-the-sqlite-database-access-api-in-air%e2%80%a6-part-3-annotation-based-orm-framework/comment-page-1/#comment-337689</link>
		<dc:creator>مسلسل طاش ماطاش 16</dc:creator>
		<pubDate>Sun, 06 Sep 2009 03:17:39 +0000</pubDate>
		<guid isPermaLink="false">http://coenraets.org/blog/?p=92#comment-337689</guid>
		<description>AIR good program language i love AIR :)</description>
		<content:encoded><![CDATA[<p>AIR good program language i love AIR :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Dove</title>
		<link>http://coenraets.org/blog/2008/12/using-the-sqlite-database-access-api-in-air%e2%80%a6-part-3-annotation-based-orm-framework/comment-page-1/#comment-325224</link>
		<dc:creator>Alex Dove</dc:creator>
		<pubDate>Fri, 31 Jul 2009 15:24:01 +0000</pubDate>
		<guid isPermaLink="false">http://coenraets.org/blog/?p=92#comment-325224</guid>
		<description>Hello,
I am trying to convert your AIR application into a MXML application. However, after creating a new directory and copy/paset all of the files over (except for the Application.MXML file which I copied only the middle section) I pasted them each into a directoyr project which manages the files for MLEX in Salesbuilder 3.0 I am getting an error in my SQUIL.as file as such:1046 &quot;Type was not found or was not a compile-time constant: File.&quot; See the code below...

package com.salesbuilder.control
{
	import flash.data.SQLConnection;
	import flash.data.SQLStatement;
	import flash.data.SQLTransactionLockType;
	import flash.filesystem.File;
	import flash.filesystem.FileMode;
	import flash.filesystem.FileStream;
	
	public class SQLUtil
	{
		public function executeBatch(file:File, connection:SQLConnection):void
		{
			var stream:FileStream = new FileStream();
			stream.open(file, FileMode.READ);
			var xml:XML = XML(stream.readUTFBytes(stream.bytesAvailable));
			stream.close();
			connection.begin(SQLTransactionLockType.IMMEDIATE);
			for each (var statement:XML in xml.statement)
			{
	            var stmt:SQLStatement = new SQLStatement();
	            stmt.sqlConnection = connection;
				stmt.text = statement;
				stmt.execute();			
			}
			connection.commit();
		}
	}
}</description>
		<content:encoded><![CDATA[<p>Hello,<br />
I am trying to convert your AIR application into a MXML application. However, after creating a new directory and copy/paset all of the files over (except for the Application.MXML file which I copied only the middle section) I pasted them each into a directoyr project which manages the files for MLEX in Salesbuilder 3.0 I am getting an error in my SQUIL.as file as such:1046 &#8220;Type was not found or was not a compile-time constant: File.&#8221; See the code below&#8230;</p>
<p>package com.salesbuilder.control<br />
{<br />
	import flash.data.SQLConnection;<br />
	import flash.data.SQLStatement;<br />
	import flash.data.SQLTransactionLockType;<br />
	import flash.filesystem.File;<br />
	import flash.filesystem.FileMode;<br />
	import flash.filesystem.FileStream;</p>
<p>	public class SQLUtil<br />
	{<br />
		public function executeBatch(file:File, connection:SQLConnection):void<br />
		{<br />
			var stream:FileStream = new FileStream();<br />
			stream.open(file, FileMode.READ);<br />
			var xml:XML = XML(stream.readUTFBytes(stream.bytesAvailable));<br />
			stream.close();<br />
			connection.begin(SQLTransactionLockType.IMMEDIATE);<br />
			for each (var statement:XML in xml.statement)<br />
			{<br />
	            var stmt:SQLStatement = new SQLStatement();<br />
	            stmt.sqlConnection = connection;<br />
				stmt.text = statement;<br />
				stmt.execute();<br />
			}<br />
			connection.commit();<br />
		}<br />
	}<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Игорь Меньшиков</title>
		<link>http://coenraets.org/blog/2008/12/using-the-sqlite-database-access-api-in-air%e2%80%a6-part-3-annotation-based-orm-framework/comment-page-1/#comment-324114</link>
		<dc:creator>Игорь Меньшиков</dc:creator>
		<pubDate>Tue, 28 Jul 2009 06:33:48 +0000</pubDate>
		<guid isPermaLink="false">http://coenraets.org/blog/?p=92#comment-324114</guid>
		<description>Интересный пост, спасибо. Меня интересует только  вопрос - будет ли продолжение? :)</description>
		<content:encoded><![CDATA[<p>Интересный пост, спасибо. Меня интересует только  вопрос &#8211; будет ли продолжение? :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tiago Lopes</title>
		<link>http://coenraets.org/blog/2008/12/using-the-sqlite-database-access-api-in-air%e2%80%a6-part-3-annotation-based-orm-framework/comment-page-1/#comment-322288</link>
		<dc:creator>Tiago Lopes</dc:creator>
		<pubDate>Wed, 22 Jul 2009 02:02:47 +0000</pubDate>
		<guid isPermaLink="false">http://coenraets.org/blog/?p=92#comment-322288</guid>
		<description>Christophe,
I loved this article and i&#039;m adoption the ORM Framework to my project, but i have an issue, my database will need update and my tables will problably be changed, how do i manage that without losing client data when i update my application?

Thank you
Tiago Lopes</description>
		<content:encoded><![CDATA[<p>Christophe,<br />
I loved this article and i&#8217;m adoption the ORM Framework to my project, but i have an issue, my database will need update and my tables will problably be changed, how do i manage that without losing client data when i update my application?</p>
<p>Thank you<br />
Tiago Lopes</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stevie</title>
		<link>http://coenraets.org/blog/2008/12/using-the-sqlite-database-access-api-in-air%e2%80%a6-part-3-annotation-based-orm-framework/comment-page-1/#comment-264837</link>
		<dc:creator>stevie</dc:creator>
		<pubDate>Tue, 10 Feb 2009 20:51:38 +0000</pubDate>
		<guid isPermaLink="false">http://coenraets.org/blog/?p=92#comment-264837</guid>
		<description>OK Odo, great
I began a small summery of my own modifications
under my linked nick.</description>
		<content:encoded><![CDATA[<p>OK Odo, great<br />
I began a small summery of my own modifications<br />
under my linked nick.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Odo</title>
		<link>http://coenraets.org/blog/2008/12/using-the-sqlite-database-access-api-in-air%e2%80%a6-part-3-annotation-based-orm-framework/comment-page-1/#comment-263218</link>
		<dc:creator>Odo</dc:creator>
		<pubDate>Fri, 06 Feb 2009 09:52:48 +0000</pubDate>
		<guid isPermaLink="false">http://coenraets.org/blog/?p=92#comment-263218</guid>
		<description>Stevie, 

i will. Give me sometime. I builded a business unit in our company that works on Flex and innovative interfaces and thats eating my time up at the moment. So i need a week or two. The relations are still very early. But i hope i can start on it the next week.</description>
		<content:encoded><![CDATA[<p>Stevie, </p>
<p>i will. Give me sometime. I builded a business unit in our company that works on Flex and innovative interfaces and thats eating my time up at the moment. So i need a week or two. The relations are still very early. But i hope i can start on it the next week.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stevie</title>
		<link>http://coenraets.org/blog/2008/12/using-the-sqlite-database-access-api-in-air%e2%80%a6-part-3-annotation-based-orm-framework/comment-page-1/#comment-262693</link>
		<dc:creator>stevie</dc:creator>
		<pubDate>Thu, 05 Feb 2009 01:06:29 +0000</pubDate>
		<guid isPermaLink="false">http://coenraets.org/blog/?p=92#comment-262693</guid>
		<description>Odo, meanwhile establishing a project site...could you please provide some code-samples
for relations/transient extension.</description>
		<content:encoded><![CDATA[<p>Odo, meanwhile establishing a project site&#8230;could you please provide some code-samples<br />
for relations/transient extension.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
