Angappan Ayyavoo wrote: > C:\Ruby\elite>rake gems:install > (in C:/Ruby/elite) > rake aborted! > Could not load driver (no such file to load -- > C:/Ruby/lib/ruby/site_ruby/1.8/dbd/ADO) > > (See full trace by running task with --trace) > > > i have pasted the ruby-dbi gem 0.4.1 in the ruby/bin directory > how can i install this in the cmd prompt to reflect in the > > c:/ruby/lib/.....
To install dbi for sql server - you need to download the ruby dbi zip package (v0.2.x) e.g. http://rubyforge.org/frs/download.php/41304/dbi-0.2.2.zip >From that zip file you need to extract: dbi-0.2.2.zip\dbi-0.2.2\lib\dbd\ADO.rb and copy it to: C:\Ruby\lib\ruby\site_ruby\1.8\DBD\ADO.rb That will get ADO up & running for sql server. Cheers Luke -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

