Displaying 1 result from an estimated 1 matches for "helloworld_develop".
2009 Sep 09
0
Setting up Ruby for use with MS SQL 2008
...ong" page. In the dev log I get the following error:
Unable to load driver ''ADO'' (underlying error: uninitialized
constant DBI::DBD::ADO)
I have configured my database.yml file correctly with:
development:
adapter: sqlserver
host: GAV64
username: gavlogin
database: helloworld_development
password: mmmfet$$1
I have also followed the install instructions at http://github.com/rails-sqlserver/
in the install package, but still to no avail. I have also copied the
ADO.rb file into the C:\Ruby\lib\ruby\site_ruby\1.8\DBD\ADO directory.
I think iv had a reasonable stab at getting it...