<?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: SQLite for C# &#8211; Part 2 &#8211; How do I setup a SQLite DB (without coding)</title>
	<atom:link href="http://www.csharphacker.com/technicalblog/index.php/2009/06/17/sqlite-for-c-part-2-how-do-i-setup-a-sqlite-db-without-coding/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.csharphacker.com/technicalblog/index.php/2009/06/17/sqlite-for-c-part-2-how-do-i-setup-a-sqlite-db-without-coding/</link>
	<description>Thoughts and ponderings on the technical world</description>
	<lastBuildDate>Fri, 06 Aug 2010 03:40:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Gareth</title>
		<link>http://www.csharphacker.com/technicalblog/index.php/2009/06/17/sqlite-for-c-part-2-how-do-i-setup-a-sqlite-db-without-coding/comment-page-1/#comment-86</link>
		<dc:creator>Gareth</dc:creator>
		<pubDate>Tue, 25 Aug 2009 00:49:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.csharphacker.com/technicalblog/?p=182#comment-86</guid>
		<description>Sorry for the slowness for this to appear in the site, it got eaten! Secondarily I&#039;m glad it helped!

As for the question I intentionally coded the path into it as it becomes apparent that we are really talking about a file. As for its location I would strongly recommend keeping the database with your application, or a subfolder beneath your application root. I would definitely not hard code it to be anything specific if you intend to be portable! The sizing shouldnt matter as the database manages its own size, but you will likely need to vacuum the file periodically.

Hope this helps some,

Gareth</description>
		<content:encoded><![CDATA[<p>Sorry for the slowness for this to appear in the site, it got eaten! Secondarily I&#8217;m glad it helped!</p>
<p>As for the question I intentionally coded the path into it as it becomes apparent that we are really talking about a file. As for its location I would strongly recommend keeping the database with your application, or a subfolder beneath your application root. I would definitely not hard code it to be anything specific if you intend to be portable! The sizing shouldnt matter as the database manages its own size, but you will likely need to vacuum the file periodically.</p>
<p>Hope this helps some,</p>
<p>Gareth</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Balderston</title>
		<link>http://www.csharphacker.com/technicalblog/index.php/2009/06/17/sqlite-for-c-part-2-how-do-i-setup-a-sqlite-db-without-coding/comment-page-1/#comment-81</link>
		<dc:creator>John Balderston</dc:creator>
		<pubDate>Wed, 19 Aug 2009 19:57:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.csharphacker.com/technicalblog/?p=182#comment-81</guid>
		<description>First I want to say Thank You.  This was the first tutorial that explained this subject that I have been able to find.

Now my question.  In the Add Connection dialog, the entry, &quot;C:/CSharpCoderSample.db3&quot; looks like a path to a file in the root directory.  I understand that it is actually the name of the db connection.  What I want to know is, where is a good place to put the actual SQLite db name CSharpCoderSample?  I discovered that CSharpCoderSample.db3 is actually a file in the root (C:\) directory.  Might it not be better to create a subdirectory like C:\SqLiteDbs, and locate the CSharpSampleCoder.db3 there.  What are the pros and cons of this?  And what is the optimal way tp do this if I plan to have several dbs of varying size?</description>
		<content:encoded><![CDATA[<p>First I want to say Thank You.  This was the first tutorial that explained this subject that I have been able to find.</p>
<p>Now my question.  In the Add Connection dialog, the entry, &#8220;C:/CSharpCoderSample.db3&#8243; looks like a path to a file in the root directory.  I understand that it is actually the name of the db connection.  What I want to know is, where is a good place to put the actual SQLite db name CSharpCoderSample?  I discovered that CSharpCoderSample.db3 is actually a file in the root (C:\) directory.  Might it not be better to create a subdirectory like C:\SqLiteDbs, and locate the CSharpSampleCoder.db3 there.  What are the pros and cons of this?  And what is the optimal way tp do this if I plan to have several dbs of varying size?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
