Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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
  • No labels