Hmmm... I'm thinking it might just be easier to automate the ODBC config and run it on any machine that needs the MSSQL connection... :)
Cheers Rob On Jul 27, 3:32 pm, Clifford Heath <[email protected]> wrote: > Oh sorry, you said ActiveRecord. No, direct ADO support has > been dropped from ActiveRecord's SQL Server adapter, unless > you can go back to a very old revision (like, 2 years old or so). > If you want more details, ask here: [email protected] > > You might be able to fudge together an AR adapter that will > cover your cases sufficiently, depending on how much time > you can afford. > > Clifford Heath. > > On 27/07/2010, at 2:52 PM, Rob L wrote: > > > > > A large number of existing ruby scripts that I'd rather not have to > > modify for jruby :) > > > Cheers > > > Rob > > > On Jul 27, 2:35 pm, Chris Hulbert <[email protected]> wrote: > >> Any reason you can't use JRuby and JTDS? > >> Chris > > >> On Tue, Jul 27, 2010 at 2:20 PM, Rob L <[email protected]> wrote: > >>> Hi All, > > >>> As part of a QA suite we need to connect to an MSSQL DB via > >>> activerecord... While I already have the connection working fine > >>> using > >>> unixODBC and FreeTDS I was wondering if anyone was aware of a way to > >>> do this sort of thing without the need to pre-configure the system > >>> with the ODBC drivers? > > >>> Cheers > > >>> Rob > > >>> -- > >>> You received this message because you are subscribed to the Google > >>> Groups > >>> "Ruby or Rails Oceania" group. > >>> To post to this group, send email to [email protected]. > >>> To unsubscribe from this group, send email to > >>> [email protected]<rails-oceania > >>> %2bunsubscr...@goog legroups.com> > >>> . > >>> For more options, visit this group at > >>>http://groups.google.com/group/rails-oceania?hl=en. > > > -- > > You received this message because you are subscribed to the Google > > Groups "Ruby or Rails Oceania" 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 > > athttp://groups.google.com/group/rails-oceania?hl=en > > . -- You received this message because you are subscribed to the Google Groups "Ruby or Rails Oceania" 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/rails-oceania?hl=en.
