문제

I'm trying to connect to Pervasive via ODBC from an Ubuntu 64bit server.

I did the following things:

  1. Installed unixodbc with apt-get command.
  2. 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)
  3. 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)

도움이 되었습니까?

해결책

You need the 64 bit driver if you are using a 64 bit application. If you have a 32 bit application, you need the 32 bit driver.

The dsnadd utility seems to be 32 bit. You would need to install the 32 bit client to get that tool.

다른 팁

I have been trying to get a pervasive client set up on ubuntu as well.

This article was helpful to me, and includes a version of dsnadd edited for 64 bit.

https://tron2001.wordpress.com/2014/09/09/psql-64-bit-linux-client-installation/

Read the script to be sure, but I don't think you even need this dsnadd utility, as you can edit the odbc.ini manually to do the same thing.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top