<?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 Tip 12 &#8211; Working with the SQLite Database</title>
	<atom:link href="http://archive.davidtucker.net/2008/04/18/air-tip-12-working-with-the-sqlite-database/feed/" rel="self" type="application/rss+xml" />
	<link>http://archive.davidtucker.net/2008/04/18/air-tip-12-working-with-the-sqlite-database/</link>
	<description>web development goodness</description>
	<lastBuildDate>Tue, 26 Jul 2011 07:10:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Ganesh</title>
		<link>http://archive.davidtucker.net/2008/04/18/air-tip-12-working-with-the-sqlite-database/comment-page-1/#comment-3414</link>
		<dc:creator>Ganesh</dc:creator>
		<pubDate>Fri, 25 Sep 2009 10:23:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidtucker.net/?p=176#comment-3414</guid>
		<description>Hi,

My AIR application has SQLite DB with more than 100K rows and i have 5 components in the UI providing various visualization of the data, which includes data, image, 3 charts and summary section.  

When the data volume goes up the querying and filtering of the records is taking more time, i.e., refreshing components.  

Did the following.

- Optimized all the query and also made all DB calls (only select) asynchronous, this gave some improvement
- Query time is very low now even for table with more than 100K records, the issue is  rendering of the components.  Any specific things you can think of suggesting.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>My AIR application has SQLite DB with more than 100K rows and i have 5 components in the UI providing various visualization of the data, which includes data, image, 3 charts and summary section.  </p>
<p>When the data volume goes up the querying and filtering of the records is taking more time, i.e., refreshing components.  </p>
<p>Did the following.</p>
<p>- Optimized all the query and also made all DB calls (only select) asynchronous, this gave some improvement<br />
- Query time is very low now even for table with more than 100K records, the issue is  rendering of the components.  Any specific things you can think of suggesting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://archive.davidtucker.net/2008/04/18/air-tip-12-working-with-the-sqlite-database/comment-page-1/#comment-2769</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Tue, 16 Dec 2008 12:08:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidtucker.net/?p=176#comment-2769</guid>
		<description>Strong typing is giving me a fit with AIR&#039;s flavor of SQLite.

How can you create insert statements using sqlStatement.parameters[@x] and avoid type mismatch errors when inserting values into an integer data type ?</description>
		<content:encoded><![CDATA[<p>Strong typing is giving me a fit with AIR&#8217;s flavor of SQLite.</p>
<p>How can you create insert statements using sqlStatement.parameters[@x] and avoid type mismatch errors when inserting values into an integer data type ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Tucker</title>
		<link>http://archive.davidtucker.net/2008/04/18/air-tip-12-working-with-the-sqlite-database/comment-page-1/#comment-1271</link>
		<dc:creator>David Tucker</dc:creator>
		<pubDate>Mon, 21 Apr 2008 16:40:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidtucker.net/?p=176#comment-1271</guid>
		<description>You could actually do this in AIR (and have it look over the CSV file), but in most cases, you will want to use one of the SQLite administration tools to create the database, and then you can just include it in your AIR application (that is what I did for the tutorials at InsideRIA).

I put a list of SQLite administration resources on InsideRIA at the end of this article:

http://www.insideria.com/2008/03/air-api-introduction-to-the-sq.html</description>
		<content:encoded><![CDATA[<p>You could actually do this in AIR (and have it look over the CSV file), but in most cases, you will want to use one of the SQLite administration tools to create the database, and then you can just include it in your AIR application (that is what I did for the tutorials at InsideRIA).</p>
<p>I put a list of SQLite administration resources on InsideRIA at the end of this article:</p>
<p><a href="http://www.insideria.com/2008/03/air-api-introduction-to-the-sq.html" rel="nofollow">http://www.insideria.com/2008/03/air-api-introduction-to-the-sq.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vkminds</title>
		<link>http://archive.davidtucker.net/2008/04/18/air-tip-12-working-with-the-sqlite-database/comment-page-1/#comment-1270</link>
		<dc:creator>vkminds</dc:creator>
		<pubDate>Mon, 21 Apr 2008 16:30:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidtucker.net/?p=176#comment-1270</guid>
		<description>hi,

just wondering if it is possible to import a CSV file into AIR and synch it to the SQLite database?</description>
		<content:encoded><![CDATA[<p>hi,</p>
<p>just wondering if it is possible to import a CSV file into AIR and synch it to the SQLite database?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

