| Message: 57368 |
 |
BY: Praveen Devarao (praveend) DATE: 2008-06-10 07:17 SUBJECT: RE: undefined method `cattr_accessor' Hi Qi,
Please do, require 'mswin32/ibm_db' and not require 'ibm_db'. The require statement that you have issued is for Linux and Unix platforms only. For windows platforms please use require 'mswin32/ibm_db'. This is because the .so file resides in \lib\mswin32 directory, which is not the case for other platforms where the .so file can be seen in the \lib\ directory itself.
Thank You
Praveen | |