<?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: How to convert an sqlite 2 database into an sqlite 3 database</title>
	<atom:link href="http://blog.johnjosephbachir.org/2006/01/14/how-to-convert-an-sqlite-2-database-into-an-sqlite-3-database/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.johnjosephbachir.org/2006/01/14/how-to-convert-an-sqlite-2-database-into-an-sqlite-3-database/</link>
	<description></description>
	<lastBuildDate>Fri, 11 May 2012 05:03:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Randy</title>
		<link>http://blog.johnjosephbachir.org/2006/01/14/how-to-convert-an-sqlite-2-database-into-an-sqlite-3-database/comment-page-1/#comment-46148</link>
		<dc:creator>Randy</dc:creator>
		<pubDate>Wed, 21 Jul 2010 18:48:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.johnjosephbachir.org/?p=235#comment-46148</guid>
		<description>I tried this but I think the autoincrement in the primary key of the original database is causing an issue with the import.</description>
		<content:encoded><![CDATA[<p>I tried this but I think the autoincrement in the primary key of the original database is causing an issue with the import.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Miguel Ferreira</title>
		<link>http://blog.johnjosephbachir.org/2006/01/14/how-to-convert-an-sqlite-2-database-into-an-sqlite-3-database/comment-page-1/#comment-37790</link>
		<dc:creator>Miguel Ferreira</dc:creator>
		<pubDate>Fri, 15 Jan 2010 08:17:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.johnjosephbachir.org/?p=235#comment-37790</guid>
		<description>Real Hike: just do the same, but swap sqlite2 to sqlite3:

sqlite3 path/to/olddb .dump &gt; backupfile
sqlite2 path/to/newdb &lt; backupfile</description>
		<content:encoded><![CDATA[<p>Real Hike: just do the same, but swap sqlite2 to sqlite3:</p>
<p>sqlite3 path/to/olddb .dump &gt; backupfile<br />
sqlite2 path/to/newdb &lt; backupfile</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Real Hike</title>
		<link>http://blog.johnjosephbachir.org/2006/01/14/how-to-convert-an-sqlite-2-database-into-an-sqlite-3-database/comment-page-1/#comment-31237</link>
		<dc:creator>Real Hike</dc:creator>
		<pubDate>Mon, 21 Sep 2009 13:20:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.johnjosephbachir.org/?p=235#comment-31237</guid>
		<description>I search in Internet and see that all asked how to convert sqlite 2 to sqlite 3. I need vise versa operation! Please do anybody knows how to convert sqlite 3 to sqlite 2? I use SQLite under Windows XP. Thank you.</description>
		<content:encoded><![CDATA[<p>I search in Internet and see that all asked how to convert sqlite 2 to sqlite 3. I need vise versa operation! Please do anybody knows how to convert sqlite 3 to sqlite 2? I use SQLite under Windows XP. Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bobo</title>
		<link>http://blog.johnjosephbachir.org/2006/01/14/how-to-convert-an-sqlite-2-database-into-an-sqlite-3-database/comment-page-1/#comment-1952</link>
		<dc:creator>Bobo</dc:creator>
		<pubDate>Tue, 03 Mar 2009 20:22:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.johnjosephbachir.org/?p=235#comment-1952</guid>
		<description>Hallo @lazloman
try this
http://www.sqlite.org/sqlite-2_8_17.zip
http://www.sqlite.org/sqlitedll-2_8_17.zip</description>
		<content:encoded><![CDATA[<p>Hallo @lazloman<br />
try this<br />
<a href="http://www.sqlite.org/sqlite-2_8_17.zip" rel="nofollow">http://www.sqlite.org/sqlite-2_8_17.zip</a><br />
<a href="http://www.sqlite.org/sqlitedll-2_8_17.zip" rel="nofollow">http://www.sqlite.org/sqlitedll-2_8_17.zip</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xephandor</title>
		<link>http://blog.johnjosephbachir.org/2006/01/14/how-to-convert-an-sqlite-2-database-into-an-sqlite-3-database/comment-page-1/#comment-1022</link>
		<dc:creator>Xephandor</dc:creator>
		<pubDate>Sun, 18 Jan 2009 01:29:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.johnjosephbachir.org/?p=235#comment-1022</guid>
		<description>Sometimes, some distros call sqlite to sqlite2. Try that.

Oh, and I think you can do something like this:

sqlite path/to/olddb .dump &#124; sqlite3 path/to/newdb</description>
		<content:encoded><![CDATA[<p>Sometimes, some distros call sqlite to sqlite2. Try that.</p>
<p>Oh, and I think you can do something like this:</p>
<p>sqlite path/to/olddb .dump | sqlite3 path/to/newdb</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://blog.johnjosephbachir.org/2006/01/14/how-to-convert-an-sqlite-2-database-into-an-sqlite-3-database/comment-page-1/#comment-1024</link>
		<dc:creator>John</dc:creator>
		<pubDate>Sat, 12 Jul 2008 19:20:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.johnjosephbachir.org/?p=235#comment-1024</guid>
		<description>Like, you know, the internet man.</description>
		<content:encoded><![CDATA[<p>Like, you know, the internet man.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lazloman</title>
		<link>http://blog.johnjosephbachir.org/2006/01/14/how-to-convert-an-sqlite-2-database-into-an-sqlite-3-database/comment-page-1/#comment-1023</link>
		<dc:creator>lazloman</dc:creator>
		<pubDate>Wed, 09 Jul 2008 01:26:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.johnjosephbachir.org/?p=235#comment-1023</guid>
		<description>Where can I get sqlite2? It doesn&#039;t appear to come with the version distro, at least not for Gentoo.</description>
		<content:encoded><![CDATA[<p>Where can I get sqlite2? It doesn&#8217;t appear to come with the version distro, at least not for Gentoo.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ahmed</title>
		<link>http://blog.johnjosephbachir.org/2006/01/14/how-to-convert-an-sqlite-2-database-into-an-sqlite-3-database/comment-page-1/#comment-1021</link>
		<dc:creator>Ahmed</dc:creator>
		<pubDate>Sun, 28 Oct 2007 08:45:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.johnjosephbachir.org/?p=235#comment-1021</guid>
		<description>Hello!

I tried this way and it seems to work good, but for a unicode database table fields !! I think that part didn&#039;t work right. So, any Ideas to solve such problem?

Thanks.</description>
		<content:encoded><![CDATA[<p>Hello!</p>
<p>I tried this way and it seems to work good, but for a unicode database table fields !! I think that part didn&#8217;t work right. So, any Ideas to solve such problem?</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

