<?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 for C# Hacker - The Rambling Coder</title>
	<atom:link href="http://www.csharphacker.com/technicalblog/index.php/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.csharphacker.com/technicalblog</link>
	<description>Thoughts and ponderings on the technical world</description>
	<lastBuildDate>Mon, 25 Jan 2010 18:02:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on 2010 &#8211; 2012 Technology Predictions by Gareth</title>
		<link>http://www.csharphacker.com/technicalblog/index.php/2010/01/23/2010-2012-technology-predictions/comment-page-1/#comment-195</link>
		<dc:creator>Gareth</dc:creator>
		<pubDate>Mon, 25 Jan 2010 18:02:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.csharphacker.com/technicalblog/?p=493#comment-195</guid>
		<description>I forgot to add SSD&#039;s will become the standard for netbooks and notebooks. :-)</description>
		<content:encoded><![CDATA[<p>I forgot to add SSD&#8217;s will become the standard for netbooks and notebooks. <img src='http://www.csharphacker.com/technicalblog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQLite for C# – Part 8 – Loading CSV/Pipe into SQLite via command line by Sean</title>
		<link>http://www.csharphacker.com/technicalblog/index.php/2009/09/19/sqliteforcsharppart8loadingcsvpipeintosqliteviacommandline/comment-page-1/#comment-187</link>
		<dc:creator>Sean</dc:creator>
		<pubDate>Sat, 23 Jan 2010 20:39:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.csharphacker.com/technicalblog/?p=447#comment-187</guid>
		<description>A minor update - I haven&#039;t tried it yet, but some recent tweaking in the dev branch is yielding improved perf for the .Net port.  They are still trying to fix bugs though....</description>
		<content:encoded><![CDATA[<p>A minor update &#8211; I haven&#8217;t tried it yet, but some recent tweaking in the dev branch is yielding improved perf for the .Net port.  They are still trying to fix bugs though&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQLite for C# – Part 6 – SQLite Connection String Definitions by Gareth</title>
		<link>http://www.csharphacker.com/technicalblog/index.php/2009/07/02/sqlite-for-c-%e2%80%93-part-6-%e2%80%93-sqlite-connection-string-definitions/comment-page-1/#comment-182</link>
		<dc:creator>Gareth</dc:creator>
		<pubDate>Fri, 22 Jan 2010 22:40:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.csharphacker.com/technicalblog/?p=293#comment-182</guid>
		<description>I&#039;ve not come across that specifically, however if you are using the latest driver I would submit your question to the following forum. 

http://sqlite.phxsoftware.com/forums/

The direct link to the bugs section is : http://sqlite.phxsoftware.com/forums/5.aspx 

However before you submit your question/bug check to see if it has already been raised/answered - as it most likely will have been. Normally they are responsive and should be able to help,

Hope this helps,
Gareth</description>
		<content:encoded><![CDATA[<p>I&#8217;ve not come across that specifically, however if you are using the latest driver I would submit your question to the following forum. </p>
<p><a href="http://sqlite.phxsoftware.com/forums/" rel="nofollow">http://sqlite.phxsoftware.com/forums/</a></p>
<p>The direct link to the bugs section is : <a href="http://sqlite.phxsoftware.com/forums/5.aspx" rel="nofollow">http://sqlite.phxsoftware.com/forums/5.aspx</a> </p>
<p>However before you submit your question/bug check to see if it has already been raised/answered &#8211; as it most likely will have been. Normally they are responsive and should be able to help,</p>
<p>Hope this helps,<br />
Gareth</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQLite for C# – Part 6 – SQLite Connection String Definitions by BronskyB.</title>
		<link>http://www.csharphacker.com/technicalblog/index.php/2009/07/02/sqlite-for-c-%e2%80%93-part-6-%e2%80%93-sqlite-connection-string-definitions/comment-page-1/#comment-179</link>
		<dc:creator>BronskyB.</dc:creator>
		<pubDate>Fri, 22 Jan 2010 11:16:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.csharphacker.com/technicalblog/?p=293#comment-179</guid>
		<description>Hi there! 

Great tutorial and theory on SQLite. 

However, there&#039;s something I still haven&#039;t figured out, and hoped maybe you could help me with this. 

I have set up a WinForm application (C#) with an SQLite DB attached to it. Let&#039;s call the DB &#039;Mates&#039; and the table &#039;bestFriends&#039;. It has two columns, &#039;firstName&#039; and &#039;lastName&#039;. I get my program to show the data from the table in both detail and datagrid views. 

So here comes the problem. The &#039;SaveItem&#039;-button that VS put in has worked when I&#039;ve used MS Access DBs, but just causes the program to crash when I use it with SQLite. Do you have any suggestions as to how I could make a save-button or edit the one that VS already put in? 

Your help would be greatly appreciated, 


BronskyB

Oslo, Norway</description>
		<content:encoded><![CDATA[<p>Hi there! </p>
<p>Great tutorial and theory on SQLite. </p>
<p>However, there&#8217;s something I still haven&#8217;t figured out, and hoped maybe you could help me with this. </p>
<p>I have set up a WinForm application (C#) with an SQLite DB attached to it. Let&#8217;s call the DB &#8216;Mates&#8217; and the table &#8216;bestFriends&#8217;. It has two columns, &#8216;firstName&#8217; and &#8216;lastName&#8217;. I get my program to show the data from the table in both detail and datagrid views. </p>
<p>So here comes the problem. The &#8216;SaveItem&#8217;-button that VS put in has worked when I&#8217;ve used MS Access DBs, but just causes the program to crash when I use it with SQLite. Do you have any suggestions as to how I could make a save-button or edit the one that VS already put in? </p>
<p>Your help would be greatly appreciated, </p>
<p>BronskyB</p>
<p>Oslo, Norway</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQLite for C# &#8211; Part 1 &#8211; Am I allowed to use it? by Ahmed</title>
		<link>http://www.csharphacker.com/technicalblog/index.php/2009/06/16/sqlite-for-c-part-1-am-i-allowed-to-use-it/comment-page-1/#comment-175</link>
		<dc:creator>Ahmed</dc:creator>
		<pubDate>Wed, 20 Jan 2010 18:45:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.csharphacker.com/technicalblog/?p=162#comment-175</guid>
		<description>Thank you for the great step-by-step lesson,carry on man</description>
		<content:encoded><![CDATA[<p>Thank you for the great step-by-step lesson,carry on man</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQLite for C# – Part 6 – SQLite Connection String Definitions by Gareth</title>
		<link>http://www.csharphacker.com/technicalblog/index.php/2009/07/02/sqlite-for-c-%e2%80%93-part-6-%e2%80%93-sqlite-connection-string-definitions/comment-page-1/#comment-161</link>
		<dc:creator>Gareth</dc:creator>
		<pubDate>Fri, 11 Dec 2009 17:02:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.csharphacker.com/technicalblog/?p=293#comment-161</guid>
		<description>You can perform encryption through your connection string, or via pragmas. As you are using C++ and not C# you may want to look at:
http://www.hwaci.com/sw/sqlite/see.html 

Does that help?</description>
		<content:encoded><![CDATA[<p>You can perform encryption through your connection string, or via pragmas. As you are using C++ and not C# you may want to look at:<br />
<a href="http://www.hwaci.com/sw/sqlite/see.html" rel="nofollow">http://www.hwaci.com/sw/sqlite/see.html</a> </p>
<p>Does that help?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQLite for C# – Part 6 – SQLite Connection String Definitions by Kiran</title>
		<link>http://www.csharphacker.com/technicalblog/index.php/2009/07/02/sqlite-for-c-%e2%80%93-part-6-%e2%80%93-sqlite-connection-string-definitions/comment-page-1/#comment-160</link>
		<dc:creator>Kiran</dc:creator>
		<pubDate>Fri, 11 Dec 2009 12:18:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.csharphacker.com/technicalblog/?p=293#comment-160</guid>
		<description>Can you explain how to encrypt an SQLite DB file in C++</description>
		<content:encoded><![CDATA[<p>Can you explain how to encrypt an SQLite DB file in C++</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Welcome to the Google Wave &#8211; what is the wave (and where is the board)&#8230; by Google Groups support joins Google Wave</title>
		<link>http://www.csharphacker.com/technicalblog/index.php/2009/11/18/welcome-to-the-google-wave-what-is-the-wave-and-where-is-the-board/comment-page-1/#comment-156</link>
		<dc:creator>Google Groups support joins Google Wave</dc:creator>
		<pubDate>Thu, 10 Dec 2009 08:27:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.csharphacker.com/technicalblog/?p=474#comment-156</guid>
		<description>[...] Welcome to the Google Wave – what is the wave (and where is the &#8230; [...]</description>
		<content:encoded><![CDATA[<p>[...] Welcome to the Google Wave – what is the wave (and where is the &#8230; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQLite for C# – Part 8 – Loading CSV/Pipe into SQLite via command line by Gareth</title>
		<link>http://www.csharphacker.com/technicalblog/index.php/2009/09/19/sqliteforcsharppart8loadingcsvpipeintosqliteviacommandline/comment-page-1/#comment-131</link>
		<dc:creator>Gareth</dc:creator>
		<pubDate>Tue, 27 Oct 2009 00:40:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.csharphacker.com/technicalblog/?p=447#comment-131</guid>
		<description>I&#039;ve only downloaded it enough to see how well the translation went. Got to say I dont like the generated code too much. Outside of that I&#039;ve not had much to do with it. I would like to really see a native version as that avoids the whole 64 bit vs 32 bit question, and I would hope it would also help with performance (although the charp-sqlite doesnt reflect any performance gains). My hope is that the Mono team include it, or MS includes it as a native implementation :-)</description>
		<content:encoded><![CDATA[<p>I&#8217;ve only downloaded it enough to see how well the translation went. Got to say I dont like the generated code too much. Outside of that I&#8217;ve not had much to do with it. I would like to really see a native version as that avoids the whole 64 bit vs 32 bit question, and I would hope it would also help with performance (although the charp-sqlite doesnt reflect any performance gains). My hope is that the Mono team include it, or MS includes it as a native implementation <img src='http://www.csharphacker.com/technicalblog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQLite for C# – Part 8 – Loading CSV/Pipe into SQLite via command line by Sean</title>
		<link>http://www.csharphacker.com/technicalblog/index.php/2009/09/19/sqliteforcsharppart8loadingcsvpipeintosqliteviacommandline/comment-page-1/#comment-122</link>
		<dc:creator>Sean</dc:creator>
		<pubDate>Wed, 14 Oct 2009 14:04:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.csharphacker.com/technicalblog/?p=447#comment-122</guid>
		<description>Have you played with the .Net port of SQLite?  http://code.google.com/p/csharp-sqlite/

I&#039;d be interested in knowing if you noticed any differences...</description>
		<content:encoded><![CDATA[<p>Have you played with the .Net port of SQLite?  <a href="http://code.google.com/p/csharp-sqlite/" rel="nofollow">http://code.google.com/p/csharp-sqlite/</a></p>
<p>I&#8217;d be interested in knowing if you noticed any differences&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQLite for C# – Part 8 – Loading CSV/Pipe into SQLite via command line by Jenny</title>
		<link>http://www.csharphacker.com/technicalblog/index.php/2009/09/19/sqliteforcsharppart8loadingcsvpipeintosqliteviacommandline/comment-page-1/#comment-116</link>
		<dc:creator>Jenny</dc:creator>
		<pubDate>Fri, 09 Oct 2009 11:13:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.csharphacker.com/technicalblog/?p=447#comment-116</guid>
		<description>Thank you! for the very informative and useful writeup. Even those Wrox and Wiley&#039;s heavy and expensive books couldn&#039;t cleared what you have done in few lines.</description>
		<content:encoded><![CDATA[<p>Thank you! for the very informative and useful writeup. Even those Wrox and Wiley&#8217;s heavy and expensive books couldn&#8217;t cleared what you have done in few lines.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQLite for C# – Part 8 – Loading CSV/Pipe into SQLite via command line by Gareth</title>
		<link>http://www.csharphacker.com/technicalblog/index.php/2009/09/19/sqliteforcsharppart8loadingcsvpipeintosqliteviacommandline/comment-page-1/#comment-101</link>
		<dc:creator>Gareth</dc:creator>
		<pubDate>Thu, 24 Sep 2009 11:56:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.csharphacker.com/technicalblog/?p=447#comment-101</guid>
		<description>Glad to have helped! There is information out there, the trick is finding it!</description>
		<content:encoded><![CDATA[<p>Glad to have helped! There is information out there, the trick is finding it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQLite for C# – Part 8 – Loading CSV/Pipe into SQLite via command line by Raimis</title>
		<link>http://www.csharphacker.com/technicalblog/index.php/2009/09/19/sqliteforcsharppart8loadingcsvpipeintosqliteviacommandline/comment-page-1/#comment-100</link>
		<dc:creator>Raimis</dc:creator>
		<pubDate>Wed, 23 Sep 2009 12:30:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.csharphacker.com/technicalblog/?p=447#comment-100</guid>
		<description>Thanks

You helped me to understand this a little bit better. Too bad there are not much information about c# SQLite around</description>
		<content:encoded><![CDATA[<p>Thanks</p>
<p>You helped me to understand this a little bit better. Too bad there are not much information about c# SQLite around</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQLite for C# – Part 7 – Building SQLite.Net from source (and netmodules) by Gareth</title>
		<link>http://www.csharphacker.com/technicalblog/index.php/2009/07/05/sqlite-for-c-part-7%e2%80%93building-sqlite-net-from-source/comment-page-1/#comment-95</link>
		<dc:creator>Gareth</dc:creator>
		<pubDate>Wed, 16 Sep 2009 02:14:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.csharphacker.com/technicalblog/?p=303#comment-95</guid>
		<description>Glad to help :-), I have to say not representing the netmodule in the UI is far from intuitive when you only use the UI for feedback. Its one of those things you wish you didnt need to know about - if the UI helped you. However learning is always a good thing :-D</description>
		<content:encoded><![CDATA[<p>Glad to help <img src='http://www.csharphacker.com/technicalblog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> , I have to say not representing the netmodule in the UI is far from intuitive when you only use the UI for feedback. Its one of those things you wish you didnt need to know about &#8211; if the UI helped you. However learning is always a good thing <img src='http://www.csharphacker.com/technicalblog/wp-includes/images/smilies/icon_biggrin.gif' alt=':-D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on C# Code coverage approaches and unit tests by Gareth</title>
		<link>http://www.csharphacker.com/technicalblog/index.php/2009/09/14/code-coverage-approaches-with-tdd/comment-page-1/#comment-94</link>
		<dc:creator>Gareth</dc:creator>
		<pubDate>Wed, 16 Sep 2009 02:10:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.csharphacker.com/technicalblog/?p=442#comment-94</guid>
		<description>Yes this is using MSTest, fortunately - or unfortunately depending on your perspective. While C# is catching up with the Java community this area is more commercial (aka less likely to get a free implementation). Which is a shame as if it was more standard people would use and understand the benefits of coverage more! If I were to pin my hopes I would think Mono may end up helping with the free/cheaper alternative. I&#039;ve heard good things about NCover (not free), and I see http://www.mono-project.com/Code_Coverage has something - but I&#039;ve not tried that one. If you try it feel free to comment!

Gareth</description>
		<content:encoded><![CDATA[<p>Yes this is using MSTest, fortunately &#8211; or unfortunately depending on your perspective. While C# is catching up with the Java community this area is more commercial (aka less likely to get a free implementation). Which is a shame as if it was more standard people would use and understand the benefits of coverage more! If I were to pin my hopes I would think Mono may end up helping with the free/cheaper alternative. I&#8217;ve heard good things about NCover (not free), and I see <a href="http://www.mono-project.com/Code_Coverage" rel="nofollow">http://www.mono-project.com/Code_Coverage</a> has something &#8211; but I&#8217;ve not tried that one. If you try it feel free to comment!</p>
<p>Gareth</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQLite for C# – Part 7 – Building SQLite.Net from source (and netmodules) by tim</title>
		<link>http://www.csharphacker.com/technicalblog/index.php/2009/07/05/sqlite-for-c-part-7%e2%80%93building-sqlite-net-from-source/comment-page-1/#comment-93</link>
		<dc:creator>tim</dc:creator>
		<pubDate>Tue, 15 Sep 2009 17:44:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.csharphacker.com/technicalblog/?p=303#comment-93</guid>
		<description>I never even thought about looking at the csproj with a text editor.  (Actually, for the briefest moment I did... but then I thought, shouldn&#039;t everything be visible in Visual Studio?)  Thanks for the nice writeup - I was going crazy trying to figure out how the .netmodule was generated.</description>
		<content:encoded><![CDATA[<p>I never even thought about looking at the csproj with a text editor.  (Actually, for the briefest moment I did&#8230; but then I thought, shouldn&#8217;t everything be visible in Visual Studio?)  Thanks for the nice writeup &#8211; I was going crazy trying to figure out how the .netmodule was generated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on C# Code coverage approaches and unit tests by Brian J. Sayatovic</title>
		<link>http://www.csharphacker.com/technicalblog/index.php/2009/09/14/code-coverage-approaches-with-tdd/comment-page-1/#comment-92</link>
		<dc:creator>Brian J. Sayatovic</dc:creator>
		<pubDate>Tue, 15 Sep 2009 12:49:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.csharphacker.com/technicalblog/?p=442#comment-92</guid>
		<description>I assume you&#039;re using the &quot;team&quot; edition of studio to get code coverage with MSTest.  I&#039;ve come from a Java world where there were several &quot;free&quot; code-coverage options (Cobertura, Crap4J, etc.), so I was dismayed that I can&#039;t find anything free for  &quot;MSTest&quot;.  Unit testing without code coverage is like driving blind.</description>
		<content:encoded><![CDATA[<p>I assume you&#8217;re using the &#8220;team&#8221; edition of studio to get code coverage with MSTest.  I&#8217;ve come from a Java world where there were several &#8220;free&#8221; code-coverage options (Cobertura, Crap4J, etc.), so I was dismayed that I can&#8217;t find anything free for  &#8220;MSTest&#8221;.  Unit testing without code coverage is like driving blind.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GZipStream is helpful, but has some missing features by Gareth</title>
		<link>http://www.csharphacker.com/technicalblog/index.php/2009/07/27/gzipstream-helper-gzip/comment-page-1/#comment-89</link>
		<dc:creator>Gareth</dc:creator>
		<pubDate>Fri, 28 Aug 2009 02:45:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.csharphacker.com/technicalblog/?p=411#comment-89</guid>
		<description>The example in the above examples should do the trick

&lt;code&gt;// Gets natural decompressed file length from a compressed file.
GZipHelper actual = new GZipHelper();
actual.GetFileInformation(&quot;CSharpHackerSmallTest.txt.gz&quot;);
Assert.AreEqual(119, &lt;strong&gt;actual.DecompressedLength&lt;/strong&gt;);&lt;/code&gt;

Basically this is why the helper class was that the length of the uncompressed stream cannot be easily determined.</description>
		<content:encoded><![CDATA[<p>The example in the above examples should do the trick</p>
<p><code>// Gets natural decompressed file length from a compressed file.<br />
GZipHelper actual = new GZipHelper();<br />
actual.GetFileInformation("CSharpHackerSmallTest.txt.gz");<br />
Assert.AreEqual(119, <strong>actual.DecompressedLength</strong>);</code></p>
<p>Basically this is why the helper class was that the length of the uncompressed stream cannot be easily determined.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GZipStream is helpful, but has some missing features by Upendra</title>
		<link>http://www.csharphacker.com/technicalblog/index.php/2009/07/27/gzipstream-helper-gzip/comment-page-1/#comment-88</link>
		<dc:creator>Upendra</dc:creator>
		<pubDate>Thu, 27 Aug 2009 06:06:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.csharphacker.com/technicalblog/?p=411#comment-88</guid>
		<description>Hi,
I am doing like this:
GZipStream objCompressedStream = new GZipStream(objmod, CompressionMode.Compress, true);
objCompressedStream.Write(btReadArray, 0, aiNo_of_bytes_read);

Now when I am trying to get length of objCompressedStream using objCompressedStream.Length property it throws exception that operation is not supported.

Can anyone suggest the alternatives or some way to get the length of compressed stream

Thanks</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I am doing like this:<br />
GZipStream objCompressedStream = new GZipStream(objmod, CompressionMode.Compress, true);<br />
objCompressedStream.Write(btReadArray, 0, aiNo_of_bytes_read);</p>
<p>Now when I am trying to get length of objCompressedStream using objCompressedStream.Length property it throws exception that operation is not supported.</p>
<p>Can anyone suggest the alternatives or some way to get the length of compressed stream</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQLite for C# &#8211; Part 2 &#8211; How do I setup a SQLite DB (without coding) 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>
</channel>
</rss>
