First you must have java support enabled (--with-java)
when you configure postgres for compiling. This will enable java support
build the correct JDBC drivers based on your Java SDK version. Besides
reading http://jdbc.postgresql.org/ as
Peter pointed out, you may want to also look at the PostgreSQL developer
documentation for the JDBC Interface http://www.postgresql.org/docs/current/interactive/jdbc.html
or http://candle.pha.pa.us/main/writings/pgsql/sgml/jdbc.html
which gives connection and programming examples.
|
- [ADMIN] How to interact with the db using java Shravan
- Re: [ADMIN] How to interact with the db using java Peter Eisentraut
- Glenn Wiorek