Open main menu

CDOT Wiki β

Changes

NexJ Express Connecting to PostgreSQL

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