<?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: iPhone SQLite &#8216;no such table&#8217; error</title>
	<atom:link href="http://www.dmertl.com/blog/?feed=rss2&#038;p=9" rel="self" type="application/rss+xml" />
	<link>http://www.dmertl.com/blog/?p=9</link>
	<description>Just another coding blog</description>
	<lastBuildDate>Thu, 04 Mar 2010 03:07:56 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: dmertl</title>
		<link>http://www.dmertl.com/blog/?p=9&#038;cpage=1#comment-823</link>
		<dc:creator>dmertl</dc:creator>
		<pubDate>Thu, 11 Feb 2010 19:24:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.dmertl.com/blog/?p=9#comment-823</guid>
		<description>@abc If you delete the app from the simulator that should remove any databases. Then make sure that your database is bundled with your app and then you&#039;re opening that database without any typos like I did.

You can always run &quot;SELECT name FROM sqlite_master WHERE type = ‘table’&quot; and check if there is anything in your database. If not either your bundled DB is empty, the OS is caching an empty version, or you&#039;re not selecting the right DB name.</description>
		<content:encoded><![CDATA[<p>@abc If you delete the app from the simulator that should remove any databases. Then make sure that your database is bundled with your app and then you&#8217;re opening that database without any typos like I did.</p>
<p>You can always run &#8220;SELECT name FROM sqlite_master WHERE type = ‘table’&#8221; and check if there is anything in your database. If not either your bundled DB is empty, the OS is caching an empty version, or you&#8217;re not selecting the right DB name.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: abc</title>
		<link>http://www.dmertl.com/blog/?p=9&#038;cpage=1#comment-822</link>
		<dc:creator>abc</dc:creator>
		<pubDate>Thu, 11 Feb 2010 13:43:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.dmertl.com/blog/?p=9#comment-822</guid>
		<description>same problem,
did all the things,
deleted app from simulator, cleaned all the targets, deleted reference , made newer reference .. then also m facing the same thing,
in this case it got suddenly stopped .
i havent updated DB schema..</description>
		<content:encoded><![CDATA[<p>same problem,<br />
did all the things,<br />
deleted app from simulator, cleaned all the targets, deleted reference , made newer reference .. then also m facing the same thing,<br />
in this case it got suddenly stopped .<br />
i havent updated DB schema..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://www.dmertl.com/blog/?p=9&#038;cpage=1#comment-772</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Wed, 18 Nov 2009 09:10:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.dmertl.com/blog/?p=9#comment-772</guid>
		<description>Never mind...I found the problem..Thanks.</description>
		<content:encoded><![CDATA[<p>Never mind&#8230;I found the problem..Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://www.dmertl.com/blog/?p=9&#038;cpage=1#comment-771</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Wed, 18 Nov 2009 07:50:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.dmertl.com/blog/?p=9#comment-771</guid>
		<description>I did everything clear, uninstall, reset simulator.. but still getting same error. It creates EMPTY DB before the sqlite3_open() statement..and I am surprised with that. Any Clue..??</description>
		<content:encoded><![CDATA[<p>I did everything clear, uninstall, reset simulator.. but still getting same error. It creates EMPTY DB before the sqlite3_open() statement..and I am surprised with that. Any Clue..??</p>
]]></content:encoded>
	</item>
</channel>
</rss>
