| Message: 93251 |
 |
BY: Praveen Devarao (praveend) DATE: 2010-04-05 06:34 SUBJECT: RE: DB2 & Type-2 Connections with jRuby Hi Nicholas,
Please refer to the Getting started pdf http://rubyforge.org/docman/view.php/2361/10532/IBM_DB.pdf , The IBM_DB gem cannot be used with JRuby, as the IBM_DB driver is a Ruby 'C' extension.
As JRuby is concerned, users can always use the Generic JDBC adapter to connect to DB2 as mentioned in the Getting started doc and as you have illustrated here
Thanks
Praveen | |