Hello Dear experts, I am new to Ruby on Rails. Though I want to access to MSSQL 2005 from ruby. I installed tiny_tds using following commands: >sudo apt-get install freetds-dev >gem install tiny_tds
And now when I executed @client = TinyTds::Client.new( :username => 'username', :password => 'password', :host => '192.168.1.45', :database => 'test_db', :login_timeout => 5, :timeout => 5 ) , it gives an error "ruby: symbol lookup error: /usr/local/lib/ruby/gems/1.8/gems/tiny_tds-0.5.1/lib/tiny_tds/tiny_tds.so: undefined symbol: dbsetluser". Could you please help me out to find a solution to this problem. PS: I searched from Google, but could not find anything. -- 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.

