Has anyone used Ruby/Rails with a Sales Logix database?

259 Views Asked by At

Has anyone used Ruby/Rails with a Sales Logix database?

1

There are 1 best solutions below

0
On BEST ANSWER

This page says SalesLogix runs on MS SQL Server or Oracle, both of which can connect with Rails through ActiveRecord.

Here is a page that details setting up for MS SQL (which is what is more likely to be running on).