<?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: Multi-table INSERT using one SQL statement in AIR SQLite</title>
	<atom:link href="http://probertson.com/articles/2009/11/30/multi-table-insert-one-statement-air-sqlite/feed/" rel="self" type="application/rss+xml" />
	<link>http://probertson.com/articles/2009/11/30/multi-table-insert-one-statement-air-sqlite/</link>
	<description>Thoughts on web development, user-centered design, code, etc. by Paul Robertson</description>
	<lastBuildDate>Sun, 13 Nov 2011 01:59:49 -0500</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
	<item>
		<title>By: Al</title>
		<link>http://probertson.com/articles/2009/11/30/multi-table-insert-one-statement-air-sqlite/#comment-77597</link>
		<dc:creator>Al</dc:creator>
		<pubDate>Tue, 14 Sep 2010 13:41:08 +0000</pubDate>
		<guid isPermaLink="false">http://probertson.com/?p=343#comment-77597</guid>
		<description>Hi Paul..

I have been looking closely at the transaction ideas in sqlite and air, in particular to improve my understanding, I am trying to build a sample accounting app, i.e. banking, debtors, creditors, etc.

So far I have managed to get an update transaction table going within the code and it works fine if both tables have the same number of records and so on. The problem that I have here is how to figure out how to only commit to update once and not over and over again, as then it will keep on deleting values from table 1 in relation to table 2 and this is not quite practical..:)))

Please educate us when you have a moment as I would love to know how to achieve this properly.

Thank you Paul.

Cheers</description>
		<content:encoded><![CDATA[<p>Hi Paul..</p>
<p>I have been looking closely at the transaction ideas in sqlite and air, in particular to improve my understanding, I am trying to build a sample accounting app, i.e. banking, debtors, creditors, etc.</p>
<p>So far I have managed to get an update transaction table going within the code and it works fine if both tables have the same number of records and so on. The problem that I have here is how to figure out how to only commit to update once and not over and over again, as then it will keep on deleting values from table 1 in relation to table 2 and this is not quite practical..:)))</p>
<p>Please educate us when you have a moment as I would love to know how to achieve this properly.</p>
<p>Thank you Paul.</p>
<p>Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Star-Strewn</title>
		<link>http://probertson.com/articles/2009/11/30/multi-table-insert-one-statement-air-sqlite/#comment-70895</link>
		<dc:creator>Star-Strewn</dc:creator>
		<pubDate>Sat, 19 Dec 2009 17:37:57 +0000</pubDate>
		<guid isPermaLink="false">http://probertson.com/?p=343#comment-70895</guid>
		<description>Hi,
While I realize this is not on the topic of this particular blog post, I couldn&#039;t figure out where else to address this.

I see you started the ascompress project on Google Code, so I imagine you might have some knowledge on this...  I&#039;m trying to write an application that works with common archival formats (ZIP, RAR, 7Z, etc) and only needs basic reading and extraction methods.  (The application is to be an automatic-installer for Sins Of A Solar Empire&#039;s arcane-to-install mods.)  Do you know of any such libraries in C or C++?  Or where I might be able to look for further help?

Thanks for your time! :)</description>
		<content:encoded><![CDATA[<p>Hi,<br />
While I realize this is not on the topic of this particular blog post, I couldn&#8217;t figure out where else to address this.</p>
<p>I see you started the ascompress project on Google Code, so I imagine you might have some knowledge on this&#8230;  I&#8217;m trying to write an application that works with common archival formats (ZIP, RAR, 7Z, etc) and only needs basic reading and extraction methods.  (The application is to be an automatic-installer for Sins Of A Solar Empire&#8217;s arcane-to-install mods.)  Do you know of any such libraries in C or C++?  Or where I might be able to look for further help?</p>
<p>Thanks for your time! :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

