How to install blackberry connect jar to PostgreSQL

Asked By 60 points N/A Posted on -
qa-featured

Hi Developers,

I want to know if I can use a PostgreSQL 8.3 database to make a Blackberry application, I just need to know how to install blackberry connect jar for Postgre, please tell me also which drivers will I need to import. 

Thanks.

SHARE
Answered By 0 points N/A #195823

How to install blackberry connect jar to PostgreSQL

qa-featured

You can use the current version of the driver. The driver you should be using unless you have unusual requirements (running old applications or JVMs). It requires a 1.5 or newer JVM and supports Postgresql 7.2 or newer. You can see two flavors, JDBC3 and JBDC4 but if you are using the 1.6 or 1.71 JVM, then you should use the JDBC 4 version.
JDBC3 Postgresql Driver, Version 9.2-1002
JDBC4 Postgresql Driver, Version 9.2-1002
It has an easy installation process. Just follow the easy instructions to install the drivers to make your application better. 

 

Related Questions