I am having a strange issue. I have upgraded to ruby 1.9.1 to do some testing on one of my machines. My app accesses a MSSQL database to pull in some information. Everything worked fine with ruby 1.8.6, but now if I try to navigate to a page that accesses that database I get this error:
DBI::InterfaceError in PagesController#company Unable to load driver 'ODBC' (underlying error: uninitialized constant DBI::DBD::ODBC)
I'm using activerecord-sqlserver-adapter (1.0.0.9250), dbd-odbc (0.2.4), and dbi (0.4.1)