Changes

Jump to: navigation, search

NexJ Express Connecting to PostgreSQL

140 bytes removed, 15:01, 24 November 2010
1- Setup the postgresql-connection
: Load the driver from RelationalDatabaseFragment.java
:: The package that is being imported: <code> org.postgresql.jdbc3xa.Jdbc3PoolingDataSource </code>:: The package for simple connection not to a pool of connections, is: <code> org.postgresql.jdbc3.Jdbc3SimpleDataSource PGXADataSource </code>
=== 2- Add PostgreSQL adapter type to related java files===
1
edit

Navigation menu