Displaying 1 result from an estimated 1 matches for "kendll".
Did you mean:
  kendall
  
2011 May 22
11
Problems Connecting to SQL Server
Hi all
I want to connect my app to MSSQL but when i type
rake db:migrate
an erro occured like this:
←[31mCould not find gem ''odbc (>= 0, runtime)'' in any of the gem sources
listed in your Gemfile.←[0m
this is my YML file:
development:
  adapter: sqlserver
  mode: odbc
  dsn: ontrack
  host: BABAK-PC
  pool: 5
  timeout: 5000
and in my gem file
gem