<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Christophe Coenraets &#187; SQLite</title>
	<atom:link href="http://coenraets.org/blog/tag/sqlite/feed/" rel="self" type="application/rss+xml" />
	<link>http://coenraets.org/blog</link>
	<description>Rich Internet Applications, Flex, AIR, Java, Android</description>
	<lastBuildDate>Fri, 23 Jul 2010 14:45:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>New AIR SQLite Administration App (with Source Code)</title>
		<link>http://coenraets.org/blog/2007/10/new-air-sqlite-administration-app-with-source-code/</link>
		<comments>http://coenraets.org/blog/2007/10/new-air-sqlite-administration-app-with-source-code/#comments</comments>
		<pubDate>Thu, 25 Oct 2007 21:12:27 +0000</pubDate>
		<dc:creator>Christophe Coenraets</dc:creator>
				<category><![CDATA[Air]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[SQLite]]></category>

		<guid isPermaLink="false">http://coenraets.org/blog/2007/10/new-air-sqlite-administration-app-with-source-code/</guid>
		<description><![CDATA[UPDATE: This version is now obsolete. A new version is available here. Here is an updated/rewritten version of my AIR SQLite Admin application. You can use this application to examine the structure of a database, create a new database or open an existing one, execute any type of SQL statement, etc. An interesting aspect of [...]]]></description>
			<content:encoded><![CDATA[<p><strong>UPDATE: This version is now obsolete. A new version is available <a href="http://coenraets.org/blog/2008/02/air-based-sqlite-admin-updated-for-beta-3/">here</a>.</strong></p>
<p><img src="http://coenraets.org/blog/wp-content/uploads/2007/10/sqladmin.png" style="border: 0pt none " /></p>
<p>Here is an updated/rewritten version of my AIR SQLite Admin application. You can use this application to examine the structure of a database, create a new database or open an existing one, execute any type of SQL statement, etc.</p>
<p>An interesting aspect of this new version is that the application itself uses a database (sqladmincache.db) to keep track of the databases you opened and the statements you executed. This is useful if you want to quickly re-open a recently accessed database, or re-execute a recently executed statement.</p>
<p>This new version uses synchronous database operations (AIR beta 1 only supported asynchronous database access), and uses the schema API (also new in beta 2) to show you the list of tables and columns available in your database.</p>
<p>The UI is still simple, but uses some new AIR and Flex 3 features such as the AdvancedDataGrid and Native Windows.</p>
<p>Click <a href="http://coenraets.org/downloads/sqladmin.air">here</a> to install the application.</p>
<p>Click <a href="http://coenraets.org/downloads/sqladmin.zip">here</a> to download the source code.</p>
]]></content:encoded>
			<wfw:commentRss>http://coenraets.org/blog/2007/10/new-air-sqlite-administration-app-with-source-code/feed/</wfw:commentRss>
		<slash:comments>50</slash:comments>
		</item>
	</channel>
</rss>
