Displaying 2 results from an estimated 2 matches for "llafe".
2006 Jun 09
5
Connecting to SQL Server 2000 database - errors
I just started investigating Ruby on Rails and am trying the tutorial.
I need to connect to a SQL Server 2000 database for testing purposes. I
followed the instructions in the How-To on the wiki for SQL Server. The
problem is that when attempting to connect to the database I receive the
following errors:
DBI::DatabaseError in RecipeController#new
Open
OLE error code:80004005 in
2006 Jun 09
0
Re: Rails Digest, Vol 21, Issue 195
...ject: [Rails] Re: Connecting to SQL Server 2000 database - errors
To: rails@lists.rubyonrails.org
Message-ID: <33d777a12aa29a59ef21cee37983bb77@ruby-forum.com>
Content-Type: text/plain; charset=utf-8
Hello Harry,
I posted some notes I took when I set up the MSDE 2000 on my blog:
http://www.llafe.com/articles/2006/05/29/sql-server-msde-install-instructions
I hope you find the right configuration there.
The most common error is related to the database.yml. In it change the
host from localhost to (local).
Roland
--
Posted via http://www.ruby-forum.com/.
------------------------------...