<?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: Using your own SQLite database in Android applications</title>
	<atom:link href="http://www.reigndesign.com/blog/using-your-own-sqlite-database-in-android-applications/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.reigndesign.com/blog/using-your-own-sqlite-database-in-android-applications/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Wed, 28 Jul 2010 18:35:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Prerna</title>
		<link>http://www.reigndesign.com/blog/using-your-own-sqlite-database-in-android-applications/comment-page-3/#comment-17637</link>
		<dc:creator>Prerna</dc:creator>
		<pubDate>Sun, 25 Jul 2010 23:55:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.reigndesign.com/blog/?p=87#comment-17637</guid>
		<description>Hi When I am trying to delete the database the -id value is not resetting to 0. Hence when I add data again the values are added to the inceemented _id and Hence when I am trying to access the first row value I am not able to do so as there is no _id by that number.</description>
		<content:encoded><![CDATA[<p>Hi When I am trying to delete the database the -id value is not resetting to 0. Hence when I add data again the values are added to the inceemented _id and Hence when I am trying to access the first row value I am not able to do so as there is no _id by that number.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://www.reigndesign.com/blog/using-your-own-sqlite-database-in-android-applications/comment-page-3/#comment-17420</link>
		<dc:creator>James</dc:creator>
		<pubDate>Sat, 24 Jul 2010 14:05:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.reigndesign.com/blog/?p=87#comment-17420</guid>
		<description>Disregard...</description>
		<content:encoded><![CDATA[<p>Disregard&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://www.reigndesign.com/blog/using-your-own-sqlite-database-in-android-applications/comment-page-3/#comment-17419</link>
		<dc:creator>James</dc:creator>
		<pubDate>Sat, 24 Jul 2010 14:04:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.reigndesign.com/blog/?p=87#comment-17419</guid>
		<description>How do you handle tables with an aggregate key?</description>
		<content:encoded><![CDATA[<p>How do you handle tables with an aggregate key?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christina</title>
		<link>http://www.reigndesign.com/blog/using-your-own-sqlite-database-in-android-applications/comment-page-3/#comment-17322</link>
		<dc:creator>Christina</dc:creator>
		<pubDate>Fri, 23 Jul 2010 18:30:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.reigndesign.com/blog/?p=87#comment-17322</guid>
		<description>I keep getting the &quot;no such table&quot; error when I try to perform a select, update, or insert statement against the database. I&#039;ve read all the comments on this page regarding this error, but none have solved the problem. Any suggestions?</description>
		<content:encoded><![CDATA[<p>I keep getting the &#8220;no such table&#8221; error when I try to perform a select, update, or insert statement against the database. I&#8217;ve read all the comments on this page regarding this error, but none have solved the problem. Any suggestions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Victor</title>
		<link>http://www.reigndesign.com/blog/using-your-own-sqlite-database-in-android-applications/comment-page-3/#comment-16906</link>
		<dc:creator>Victor</dc:creator>
		<pubDate>Tue, 20 Jul 2010 11:54:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.reigndesign.com/blog/?p=87#comment-16906</guid>
		<description>Thank you for your post. It was helpful so far. E encountered a problem when trying to query the DB and the application simply crashes. I only added a line at the end of your code: 

Cursor result = dbHelper.myDataBase.rawQuery(&quot;SELECT * FROM Networks&quot;, null);

and it seems to crash the entire app. Everything goes well until the program reaches that line. Do I have to add any permission to the manifest file to be able to query the DB?</description>
		<content:encoded><![CDATA[<p>Thank you for your post. It was helpful so far. E encountered a problem when trying to query the DB and the application simply crashes. I only added a line at the end of your code: </p>
<p>Cursor result = dbHelper.myDataBase.rawQuery(&#8220;SELECT * FROM Networks&#8221;, null);</p>
<p>and it seems to crash the entire app. Everything goes well until the program reaches that line. Do I have to add any permission to the manifest file to be able to query the DB?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: androiddev</title>
		<link>http://www.reigndesign.com/blog/using-your-own-sqlite-database-in-android-applications/comment-page-3/#comment-16901</link>
		<dc:creator>androiddev</dc:creator>
		<pubDate>Tue, 20 Jul 2010 10:34:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.reigndesign.com/blog/?p=87#comment-16901</guid>
		<description>Thanks for this wonderful example.This is example was very helpful to me.plz help me hw can i copy large DB(30MB) from assests folder to database folder.Above example is giving problem.plz..help me</description>
		<content:encoded><![CDATA[<p>Thanks for this wonderful example.This is example was very helpful to me.plz help me hw can i copy large DB(30MB) from assests folder to database folder.Above example is giving problem.plz..help me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jiqqaman</title>
		<link>http://www.reigndesign.com/blog/using-your-own-sqlite-database-in-android-applications/comment-page-3/#comment-16755</link>
		<dc:creator>jiqqaman</dc:creator>
		<pubDate>Mon, 19 Jul 2010 04:36:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.reigndesign.com/blog/?p=87#comment-16755</guid>
		<description>I dont see example on reading</description>
		<content:encoded><![CDATA[<p>I dont see example on reading</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SteveC</title>
		<link>http://www.reigndesign.com/blog/using-your-own-sqlite-database-in-android-applications/comment-page-3/#comment-16601</link>
		<dc:creator>SteveC</dc:creator>
		<pubDate>Sun, 18 Jul 2010 03:59:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.reigndesign.com/blog/?p=87#comment-16601</guid>
		<description>Thanks for this helpful article.  Perhaps I&#039;m missing something but shouldn&#039;t the original assets be deleted to avoid duplicate/redundant data storage utilization?</description>
		<content:encoded><![CDATA[<p>Thanks for this helpful article.  Perhaps I&#8217;m missing something but shouldn&#8217;t the original assets be deleted to avoid duplicate/redundant data storage utilization?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karl</title>
		<link>http://www.reigndesign.com/blog/using-your-own-sqlite-database-in-android-applications/comment-page-3/#comment-16133</link>
		<dc:creator>Karl</dc:creator>
		<pubDate>Wed, 14 Jul 2010 21:46:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.reigndesign.com/blog/?p=87#comment-16133</guid>
		<description>This was really helpful. Thank you.</description>
		<content:encoded><![CDATA[<p>This was really helpful. Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rodney</title>
		<link>http://www.reigndesign.com/blog/using-your-own-sqlite-database-in-android-applications/comment-page-3/#comment-15492</link>
		<dc:creator>Rodney</dc:creator>
		<pubDate>Sat, 10 Jul 2010 11:15:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.reigndesign.com/blog/?p=87#comment-15492</guid>
		<description>Hi this page is really helpful. Thank you all</description>
		<content:encoded><![CDATA[<p>Hi this page is really helpful. Thank you all</p>
]]></content:encoded>
	</item>
</channel>
</rss>
