I'm trying to connect to Pervasive via ODBC from an Ubuntu 64bit server.
I did the following things:
- Installed unixodbc with apt-get command.
- Downloaded the Pervasive SQL 64bit Client 11.20 from the Pervasive site (don't know if this is the correct one I have to install)
- Extracted the archive and moved to /usr/local/psql
Now, in /usr/local/psql/bin I can only see:
- clilcadm64
- isql64
- psregedit64
- psregsvr64
No trace of dsnadd to set the connection driver and the DSN... What I did wrong?
(I'm a Linux novice so any kind of suggestion would be really appreciated)