<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: MYSQL to SQLITE for iPhone</title>
	<atom:link href="http://note19.com/2010/05/09/mysql-to-sqlite-for-iphone/feed/" rel="self" type="application/rss+xml" />
	<link>http://note19.com/2010/05/09/mysql-to-sqlite-for-iphone/</link>
	<description></description>
	<lastBuildDate>Fri, 17 May 2013 16:47:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Chris J.</title>
		<link>http://note19.com/2010/05/09/mysql-to-sqlite-for-iphone/#comment-4496</link>
		<dc:creator><![CDATA[Chris J.]]></dc:creator>
		<pubDate>Sun, 07 Aug 2011 00:07:38 +0000</pubDate>
		<guid isPermaLink="false">http://note19.com/?p=1423#comment-4496</guid>
		<description><![CDATA[Ok, was able to get it imported. Two things sqlite didn&#039;t like from the original dump file....timestamp field and field comments. Once I deleted those it copied over fine.
YAY! I have been working on getting mysql data into sqlite for two weeks now....whew!]]></description>
		<content:encoded><![CDATA[<p>Ok, was able to get it imported. Two things sqlite didn&#8217;t like from the original dump file&#8230;.timestamp field and field comments. Once I deleted those it copied over fine.<br />
YAY! I have been working on getting mysql data into sqlite for two weeks now&#8230;.whew!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shahram Javey</title>
		<link>http://note19.com/2010/05/09/mysql-to-sqlite-for-iphone/#comment-4495</link>
		<dc:creator><![CDATA[Shahram Javey]]></dc:creator>
		<pubDate>Sat, 06 Aug 2011 22:33:47 +0000</pubDate>
		<guid isPermaLink="false">http://note19.com/?p=1423#comment-4495</guid>
		<description><![CDATA[Hello. Not sure. I&#039;m afraid you will need to debug it. Try just importing the schema (without the data) and then check to see if the tables are created or not. Good luck.]]></description>
		<content:encoded><![CDATA[<p>Hello. Not sure. I&#8217;m afraid you will need to debug it. Try just importing the schema (without the data) and then check to see if the tables are created or not. Good luck.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris J.</title>
		<link>http://note19.com/2010/05/09/mysql-to-sqlite-for-iphone/#comment-4494</link>
		<dc:creator><![CDATA[Chris J.]]></dc:creator>
		<pubDate>Sat, 06 Aug 2011 22:24:01 +0000</pubDate>
		<guid isPermaLink="false">http://note19.com/?p=1423#comment-4494</guid>
		<description><![CDATA[Hello. Thanks for the script. It worked perfectly to create the dump. However, when I ran the second command:

cat db.sql &#124; sqlite3 db.db

I received the following error:

SQL error: no such table: events

Am I doing something wrong? Thanks for your help!]]></description>
		<content:encoded><![CDATA[<p>Hello. Thanks for the script. It worked perfectly to create the dump. However, when I ran the second command:</p>
<p>cat db.sql | sqlite3 db.db</p>
<p>I received the following error:</p>
<p>SQL error: no such table: events</p>
<p>Am I doing something wrong? Thanks for your help!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
