Re: [ADMIN] How to interact with the db using java

2003-11-24 Thread Glenn Wiorek
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

Re: [ADMIN] How to interact with the db using java

2003-11-24 Thread Peter Eisentraut
Shravan writes: >I am a very new user of postgreSQL. It was an easy task of setting up > the server and database.But the problem I am having is to communicate > with the db using a Java application program. Can anybody tell me how to > connect to the db using JAVA. http://jdbc.postgresql.org/