On Tuesday, June 23, 2015 at 2:54:12 PM UTC-7, Taylor Ackley wrote: > > Hello - I have ruby 2.2 and the sequel latest. I have been attempting to > connect via ODBC, but have been receiving the 'odbc' Adapter Not found > error. >
Do you have ruby-odbc installed? Because you are getting: LoadError: cannot load such file -- odbc Try: gem install ruby-odbc Thanks, Jeremy -- You received this message because you are subscribed to the Google Groups "sequel-talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sequel-talk. For more options, visit https://groups.google.com/d/optout.
