<?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: Installing And Using SQLite With Ruby On Windows</title>
	<atom:link href="http://www.skorks.com/2009/08/installing-and-using-sqlite-with-ruby-on-windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.skorks.com/2009/08/installing-and-using-sqlite-with-ruby-on-windows/</link>
	<description>For the betterment of the software craft...</description>
	<lastBuildDate>Wed, 10 Mar 2010 06:52:53 +1100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Volkan</title>
		<link>http://www.skorks.com/2009/08/installing-and-using-sqlite-with-ruby-on-windows/comment-page-1/#comment-3321</link>
		<dc:creator>Volkan</dc:creator>
		<pubDate>Sun, 08 Nov 2009 10:32:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.skorks.com/?p=924#comment-3321</guid>
		<description>Can you describe further how I can use SQLite by using the full path to it? I am building a portable app, and everything needs to be in the same folder.</description>
		<content:encoded><![CDATA[<p>Can you describe further how I can use SQLite by using the full path to it? I am building a portable app, and everything needs to be in the same folder.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alan Skorkin</title>
		<link>http://www.skorks.com/2009/08/installing-and-using-sqlite-with-ruby-on-windows/comment-page-1/#comment-3260</link>
		<dc:creator>Alan Skorkin</dc:creator>
		<pubDate>Thu, 15 Oct 2009 06:15:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.skorks.com/?p=924#comment-3260</guid>
		<description>You need to make sure that your DLL is in the bin folder of your ruby installation, your bin folder should also been on the PATH. If you have that, everything should work. Also make sure you install the &lt;strong&gt;sqlite3-ruby&lt;/strong&gt; gem not the &lt;em&gt;sqlite-ruby&lt;/em&gt; gem.</description>
		<content:encoded><![CDATA[<p>You need to make sure that your DLL is in the bin folder of your ruby installation, your bin folder should also been on the PATH. If you have that, everything should work. Also make sure you install the <strong>sqlite3-ruby</strong> gem not the <em>sqlite-ruby</em> gem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: adla</title>
		<link>http://www.skorks.com/2009/08/installing-and-using-sqlite-with-ruby-on-windows/comment-page-1/#comment-3245</link>
		<dc:creator>adla</dc:creator>
		<pubDate>Mon, 12 Oct 2009 20:56:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.skorks.com/?p=924#comment-3245</guid>
		<description>Hi
i did all the steps but still reciving same error which is 
this application has failed to start because sqlite3.dll was not found. re-installing the application may fix this problem
pleas need help i did uninstall then install did many thing still same error
how can i fix this</description>
		<content:encoded><![CDATA[<p>Hi<br />
i did all the steps but still reciving same error which is<br />
this application has failed to start because sqlite3.dll was not found. re-installing the application may fix this problem<br />
pleas need help i did uninstall then install did many thing still same error<br />
how can i fix this</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQLite3 for Windows &#171; untitled</title>
		<link>http://www.skorks.com/2009/08/installing-and-using-sqlite-with-ruby-on-windows/comment-page-1/#comment-3089</link>
		<dc:creator>SQLite3 for Windows &#171; untitled</dc:creator>
		<pubDate>Mon, 28 Sep 2009 17:58:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.skorks.com/?p=924#comment-3089</guid>
		<description>[...] a comment &#187;  Skorks&#8217;s post has some good help to get SQLite3 up and running on [...]</description>
		<content:encoded><![CDATA[<p>[...] a comment &raquo;  Skorks&#8217;s post has some good help to get SQLite3 up and running on [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luis Lavena</title>
		<link>http://www.skorks.com/2009/08/installing-and-using-sqlite-with-ruby-on-windows/comment-page-1/#comment-1878</link>
		<dc:creator>Luis Lavena</dc:creator>
		<pubDate>Wed, 05 Aug 2009 05:59:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.skorks.com/?p=924#comment-1878</guid>
		<description>You could get that error due two reasons:

1) started from inside ruby\bin directory, and is using sqlite3.dll instead of the sqlite3.so (Ruby extension)

Change the directory and try again.

2) Incorrect installation of the sqlite3-ruby gem.

Proceed with the uninstall/install cycle should fix it.

HTH.</description>
		<content:encoded><![CDATA[<p>You could get that error due two reasons:</p>
<p>1) started from inside ruby\bin directory, and is using sqlite3.dll instead of the sqlite3.so (Ruby extension)</p>
<p>Change the directory and try again.</p>
<p>2) Incorrect installation of the sqlite3-ruby gem.</p>
<p>Proceed with the uninstall/install cycle should fix it.</p>
<p>HTH.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alan Skorkin</title>
		<link>http://www.skorks.com/2009/08/installing-and-using-sqlite-with-ruby-on-windows/comment-page-1/#comment-1862</link>
		<dc:creator>Alan Skorkin</dc:creator>
		<pubDate>Tue, 04 Aug 2009 08:09:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.skorks.com/?p=924#comment-1862</guid>
		<description>Thanks for that tip. 
Those kind of little dependencies can really catch you unawares, (especially if you&#039;ve forgotten that you&#039;ve installed something in the first place, or never knew). I can&#039;t even tell you how many times similar stuff has happened to me :).</description>
		<content:encoded><![CDATA[<p>Thanks for that tip.<br />
Those kind of little dependencies can really catch you unawares, (especially if you&#8217;ve forgotten that you&#8217;ve installed something in the first place, or never knew). I can&#8217;t even tell you how many times similar stuff has happened to me :).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: songlee</title>
		<link>http://www.skorks.com/2009/08/installing-and-using-sqlite-with-ruby-on-windows/comment-page-1/#comment-1858</link>
		<dc:creator>songlee</dc:creator>
		<pubDate>Tue, 04 Aug 2009 00:48:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.skorks.com/?p=924#comment-1858</guid>
		<description>got this error
The specified procedure could not be found.   - Init_sqlite3

Found out long time ago I installed merb which in turn install do_sqlite3 gem which cause the problem. Do gem uninstall to fix that.</description>
		<content:encoded><![CDATA[<p>got this error<br />
The specified procedure could not be found.   &#8211; Init_sqlite3</p>
<p>Found out long time ago I installed merb which in turn install do_sqlite3 gem which cause the problem. Do gem uninstall to fix that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Double Shot #509 &#171; A Fresh Cup</title>
		<link>http://www.skorks.com/2009/08/installing-and-using-sqlite-with-ruby-on-windows/comment-page-1/#comment-1853</link>
		<dc:creator>Double Shot #509 &#171; A Fresh Cup</dc:creator>
		<pubDate>Mon, 03 Aug 2009 10:25:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.skorks.com/?p=924#comment-1853</guid>
		<description>[...] Installing And Using SQLite With Ruby On Windows &#8211; Helpful info for those getting started with Rails. [...]</description>
		<content:encoded><![CDATA[<p>[...] Installing And Using SQLite With Ruby On Windows &#8211; Helpful info for those getting started with Rails. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luis Lavena</title>
		<link>http://www.skorks.com/2009/08/installing-and-using-sqlite-with-ruby-on-windows/comment-page-1/#comment-1850</link>
		<dc:creator>Luis Lavena</dc:creator>
		<pubDate>Sun, 02 Aug 2009 19:09:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.skorks.com/?p=924#comment-1850</guid>
		<description>Nice!

I had always used SQLiteSpy:

http://www.yunqa.de/delphi/doku.php/products/sqlitespy/index

But this firefox addon is a nice addition!</description>
		<content:encoded><![CDATA[<p>Nice!</p>
<p>I had always used SQLiteSpy:</p>
<p><a href="http://www.yunqa.de/delphi/doku.php/products/sqlitespy/index" rel="nofollow">http://www.yunqa.de/delphi/doku.php/products/sqlitespy/index</a></p>
<p>But this firefox addon is a nice addition!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alan Skorkin</title>
		<link>http://www.skorks.com/2009/08/installing-and-using-sqlite-with-ruby-on-windows/comment-page-1/#comment-1847</link>
		<dc:creator>Alan Skorkin</dc:creator>
		<pubDate>Sun, 02 Aug 2009 07:12:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.skorks.com/?p=924#comment-1847</guid>
		<description>That&#039;s an excellent tip! I&#039;ll be giving that one a go myself :)</description>
		<content:encoded><![CDATA[<p>That&#8217;s an excellent tip! I&#8217;ll be giving that one a go myself :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
