<?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: Connecting Ruby on Rails to Microsoft SQL Server</title>
	<atom:link href="http://justinramel.com/2006/04/07/connecting-ruby-on-rails-to-microsoft-sql-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://justinramel.com/2006/04/07/connecting-ruby-on-rails-to-microsoft-sql-server/</link>
	<description>A list of stuff I should remember but never do</description>
	<lastBuildDate>Mon, 26 Jul 2010 11:15:10 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: vikram n</title>
		<link>http://justinramel.com/2006/04/07/connecting-ruby-on-rails-to-microsoft-sql-server/comment-page-1/#comment-73</link>
		<dc:creator>vikram n</dc:creator>
		<pubDate>Wed, 06 Feb 2008 16:46:04 +0000</pubDate>
		<guid isPermaLink="false">https://justinram.wordpress.com/2006/04/07/connecting-ruby-on-rails-to-microsoft-sql-server/#comment-73</guid>
		<description>this is what my config looks like
development:
  adapter: sqlserver
  database: mydb
  host: 127.0.0.1
  username: railsuser
  password: 123

I get the following error message
&gt;&gt; ActiveRecord::Base.connection
DBI::DatabaseError: Open
    OLE error code:80004005 in Microsoft OLE DB Provider for SQL Server
      [DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or access
 denied.
    HRESULT error code:0x80020009
      Exception occurred.
        from C:/workspace/02_05_2008/ruby/lib/ruby/site_ruby/1.8/DBD/ADO/ADO.rb:
57:in `connect&#039;

any idea why ?</description>
		<content:encoded><![CDATA[<p>this is what my config looks like<br />
development:<br />
  adapter: sqlserver<br />
  database: mydb<br />
  host: 127.0.0.1<br />
  username: railsuser<br />
  password: 123</p>
<p>I get the following error message<br />
&gt;&gt; ActiveRecord::Base.connection<br />
DBI::DatabaseError: Open<br />
    OLE error code:80004005 in Microsoft OLE DB Provider for SQL Server<br />
      [DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or access<br />
 denied.<br />
    HRESULT error code:0&#215;80020009<br />
      Exception occurred.<br />
        from C:/workspace/02_05_2008/ruby/lib/ruby/site_ruby/1.8/DBD/ADO/ADO.rb:<br />
57:in `connect&#8217;</p>
<p>any idea why ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: IronRuby</title>
		<link>http://justinramel.com/2006/04/07/connecting-ruby-on-rails-to-microsoft-sql-server/comment-page-1/#comment-70</link>
		<dc:creator>IronRuby</dc:creator>
		<pubDate>Wed, 19 Dec 2007 07:02:37 +0000</pubDate>
		<guid isPermaLink="false">https://justinram.wordpress.com/2006/04/07/connecting-ruby-on-rails-to-microsoft-sql-server/#comment-70</guid>
		<description>Hello,

Can any one upload the Ruby-DBI zip file please to make it run with SQL 2005 Express.

I am having problems to extract 0.1.1 tar.gz.

I do not know how to extract such files. Pl. upload i a zip file if any one have it.


Thanks</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>Can any one upload the Ruby-DBI zip file please to make it run with SQL 2005 Express.</p>
<p>I am having problems to extract 0.1.1 tar.gz.</p>
<p>I do not know how to extract such files. Pl. upload i a zip file if any one have it.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://justinramel.com/2006/04/07/connecting-ruby-on-rails-to-microsoft-sql-server/comment-page-1/#comment-76</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Mon, 15 Oct 2007 01:24:39 +0000</pubDate>
		<guid isPermaLink="false">https://justinram.wordpress.com/2006/04/07/connecting-ruby-on-rails-to-microsoft-sql-server/#comment-76</guid>
		<description>I get the following error message on my Mac when I follow these instructions:

&quot;DBI::InterfaceError: Could not load driver (no such file to load -- win32ole)&quot;</description>
		<content:encoded><![CDATA[<p>I get the following error message on my Mac when I follow these instructions:</p>
<p>&#8220;DBI::InterfaceError: Could not load driver (no such file to load &#8212; win32ole)&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hugo Villero</title>
		<link>http://justinramel.com/2006/04/07/connecting-ruby-on-rails-to-microsoft-sql-server/comment-page-1/#comment-75</link>
		<dc:creator>Hugo Villero</dc:creator>
		<pubDate>Mon, 09 Jul 2007 17:51:15 +0000</pubDate>
		<guid isPermaLink="false">https://justinram.wordpress.com/2006/04/07/connecting-ruby-on-rails-to-microsoft-sql-server/#comment-75</guid>
		<description>Hi, what about to use diferent port in the database, Imeant not &quot;1433&quot; with the DBI, Do you know guys how to put that port in the .establish_connection ?

Thank you for your help.</description>
		<content:encoded><![CDATA[<p>Hi, what about to use diferent port in the database, Imeant not &#8220;1433&#8243; with the DBI, Do you know guys how to put that port in the .establish_connection ?</p>
<p>Thank you for your help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Blake Miller</title>
		<link>http://justinramel.com/2006/04/07/connecting-ruby-on-rails-to-microsoft-sql-server/comment-page-1/#comment-62</link>
		<dc:creator>Blake Miller</dc:creator>
		<pubDate>Wed, 13 Dec 2006 00:23:20 +0000</pubDate>
		<guid isPermaLink="false">https://justinram.wordpress.com/2006/04/07/connecting-ruby-on-rails-to-microsoft-sql-server/#comment-62</guid>
		<description>Tom-

Nope, no one has ever connected a Linux Rails app to a Microsoft SQL server, because the database adapter depends on Win32OLE, which is not available in any form under Linux.

I am upset about this, too, as it might mean deploying my Rails app on Windows. A huge lump wells up in my throat at the mere idea of it . . . 8&#039;(</description>
		<content:encoded><![CDATA[<p>Tom-</p>
<p>Nope, no one has ever connected a Linux Rails app to a Microsoft SQL server, because the database adapter depends on Win32OLE, which is not available in any form under Linux.</p>
<p>I am upset about this, too, as it might mean deploying my Rails app on Windows. A huge lump wells up in my throat at the mere idea of it . . . 8&#8242;(</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://justinramel.com/2006/04/07/connecting-ruby-on-rails-to-microsoft-sql-server/comment-page-1/#comment-68</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Tue, 14 Nov 2006 20:51:06 +0000</pubDate>
		<guid isPermaLink="false">https://justinram.wordpress.com/2006/04/07/connecting-ruby-on-rails-to-microsoft-sql-server/#comment-68</guid>
		<description>Has anyone connected from a Linux Rails application to a Microsoft SQL server?</description>
		<content:encoded><![CDATA[<p>Has anyone connected from a Linux Rails application to a Microsoft SQL server?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: exceptionz</title>
		<link>http://justinramel.com/2006/04/07/connecting-ruby-on-rails-to-microsoft-sql-server/comment-page-1/#comment-67</link>
		<dc:creator>exceptionz</dc:creator>
		<pubDate>Wed, 01 Nov 2006 10:40:01 +0000</pubDate>
		<guid isPermaLink="false">https://justinram.wordpress.com/2006/04/07/connecting-ruby-on-rails-to-microsoft-sql-server/#comment-67</guid>
		<description>&lt;strong&gt;Rails scaffold method problems (actually connection)&lt;/strong&gt;

I&#8217;m trying out Ruby in Steel the past week and where pulling my hair out because the scaffold method did not work. The database was hosted on a SQL2005 server and I did not think you need to do anything special to use Ruby in Steel against SQL.
S...</description>
		<content:encoded><![CDATA[<p><strong>Rails scaffold method problems (actually connection)</strong></p>
<p>I&#8217;m trying out Ruby in Steel the past week and where pulling my hair out because the scaffold method did not work. The database was hosted on a SQL2005 server and I did not think you need to do anything special to use Ruby in Steel against SQL.<br />
S&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: maruis</title>
		<link>http://justinramel.com/2006/04/07/connecting-ruby-on-rails-to-microsoft-sql-server/comment-page-1/#comment-66</link>
		<dc:creator>maruis</dc:creator>
		<pubDate>Wed, 01 Nov 2006 10:36:14 +0000</pubDate>
		<guid isPermaLink="false">https://justinram.wordpress.com/2006/04/07/connecting-ruby-on-rails-to-microsoft-sql-server/#comment-66</guid>
		<description>Thanx for the advice. After installing the ADO stuff, I was able to connect to SQL 2005 without any problems. Cheers...</description>
		<content:encoded><![CDATA[<p>Thanx for the advice. After installing the ADO stuff, I was able to connect to SQL 2005 without any problems. Cheers&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
