| Message: 90941 |
 |
BY: James Calfee (jcalfee) DATE: 2009-10-13 18:06 SUBJECT: RE: Debugging - "Could not load driver" Yes, thanks, I was missing dbd-odbc ... I used gem to install it and that fixed it.
gem install dbd-odbc
I was thrown off by a confusing setup. My "gem list" on the working machine did not list dbd-odbc at all even though it was there. I had lost track of this step. So, I installed again and now it is installed twice. Once under ruby_site (site-wide directory) and once under ruby gems. My upgraded version is in gems but older version in the site_ruby loads first.
| |