On Sep 18, 5:47 pm, gregh <[email protected]> wrote: > setting up an ODBC connection works well. > > require 'rubygems' > require 'sequel' > DB=Sequel.odbc('my_odbc_for_excel') > > I want to connect without having to set up an ODBC connection thru the > Start->Control Panel->Admininstrative Tools-> etc... > OK if you only have one file. > > I am looking for an simple way to get data out of excel files. > Thanks for your help.
I don't think Sequel will work with this, unless the ODBC driver does the SQL translation. If it does the SQL translation, it will depend on how complete the translation is. There may be a datamapper adapter to do it, I'm not sure. Jeremy --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sequel-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/sequel-talk?hl=en -~----------~----~----~----~------~----~------~--~---
