users@glassfish.java.net

Re: Connection Pool for Pervasive V11

From: Richard Kolb <rjdkolb_at_gmail.com>
Date: Tue, 30 Oct 2012 11:20:39 +0200

Hi Alan

On 18 October 2012 20:36, <forums_at_java.net> wrote:

> Hi, I'am trying to create a connection pool to a Pervasive v11 database on
> Glassfish v3.1.1 so far without much success. Can anyone point to some
> documentation regarding Resource Type, Datasource Classname and the
> required
> properties. The only reference I can find in the forums is
> http://forums.java.net/jive/**thread.jspa?messageID=213369<http://forums.java.net/jive/thread.jspa?messageID=213369>which returns a page
> not found Regards Alan
>


1) Can you connect to the Pervasive database using plain old JDBC ?

I see the driver is a type 4 driver. So you don't need operating specific
libraries.
http://www.pervasivedb.com/Documents/readme_jdbc_v10.htm
http://www.pervasivedb.com/support/Pages/PSQLSDK-Archives.aspx

2) What errors are you getting ?



regards
Richard