Hey guys i am wondering how is it possible to either sync pervasive sql to another database or directly connect it to ruby on rails?
My accounting system uses pervasive sql and at the moment i am trying to use an ODBC connection from the database to my ruby application.
I am currently working with this website:
http://odbc-rails.rubyforge.org/
Has anyone made this happen before because so far i am getting really confused with how to do the connection and get data from the remote database.