search for: nombre_bd

Displaying 1 result from an estimated 1 matches for "nombre_bd".

2008 Jan 17
6
Problems with sqlserver 2000 and ActiveRecord
Hi, I''m getting some trouble in connecting to a sql server 2000 database with ActiveRecord-2.0.1 and ruby 186-26, from win XP. Using the next conenction config: ActiveRecord::Base.establish_connection( :adapter => "sqlserver", :database => "nombre_bd", :username => "usu", :password => "contra" ) I have the next error: C:/ruby/lib/ruby/site_ruby/1.8/dbi.rb:329:in `load_driver'': Unable to load driver ''ADO'' (DBI::InterfaceError) I don''t understand whre''s the matter,...