Is it possible to connect to the Pervasive Database from a Linux machine?

Making queries from excel / crystal reports is easy on a windows computer using the ODBC connections, but is this something that has been done from Linux computers on the network? For instance, if we have an application running on a random computer controlling a TV, showing data on a graph, and that computer is a linux computer controlling the TV, the desire would be to connect to the database from the application running on linux. Obviously Sage is a windows product, not a linux product, but does are there any drivers available to connect to the sage database on linux?

  • FormerMember
    0 FormerMember

    In order to use the TSSimba.dll ODBC driver, Sage requires that the full workstation be installed. In my opinion your best bet would be to replicate to SQL using Anterra or Sage's SQL replicator, then pull the data from MS SQL.

  • 0 in reply to FormerMember

    Thank you! Fortunately, I actually have the full running workstation installed, its actually a windows computer running the linux subsystem, but to my knowledge I have not figured out a way to connect to windows DSN's from the linux subsystem. Its pretty straight forward to find files and whatnot on windows from the linux subsystem, but I havent found anyone mentioning how to connect to windows ODBC from there. WSL (windows subsystem linux) is a rather new feature for windows, and its only available when the windows computer is in "developer" mode.