Pervasive SQL

Installation instructions, derived from this forum thread.

Pervasive ships with 4 files:

  • pvjdbc2.dll
  • pvjdbc2.jar
  • pvjdbc2x.jar
  • jpscs.jar

The jar files need to be placed somewhere under the libext/ or libext/JDBC directory.

On Windows, that is not enough though, you also need to place the DLL in the libswt/win32 directory.

After that you can create a generic database connection with the following URL and class:

  • URL : jdbc:pervasive://HOST:1583/DATABASE
  • Driver class : com.pervasive.jdbc.v2.Driver