I'm having difficulty getting Ruby 2.4.2, Rails 5.1.4 working with SA 17 on Windows and OS X using the latest sqlanywhere and activerecord-sqlanywhere-adapter gems. I'm running into 'DBCAPI not loading' on Windows and on OS X I'm seeing 'SELECT table_name FROM SYS.SYSTABLE WHERE creator NOT IN (0,3)' when I simply type in the Class name of a table model, which should return class info in IRB. Has anyone been successful in these environments? |