Added by Matt Casters, last edited by Matt Casters on Jul 10, 2008

Labels:

Enter labels to add to this page:
Wait Image 
Looking for a label? Just start typing.

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