Thread: java database and postgresql

java database and postgresql

From
Ramon Orticio
Date:
how or where can  i have a good start in using java
for interface with posgesql for DBMS. do you have
available tutorial on this.

thank you in advance for any lead.





__________________________________
Do you Yahoo!?
Read only the mail you want - Yahoo! Mail SpamGuard.
http://promotions.yahoo.com/new_mail

Re: java database and postgresql

From
Christian Poecher
Date:
Ramon Orticio wrote:
> how or where can  i have a good start in using java
> for interface with posgesql for DBMS. do you have
> available tutorial on this.

Hi Ramon,
take a look at tutorials about JDBC, e.g. at http://java.sun.com or if
you want a more professional, but heavyweighted approach, look for
Hibernate, JDO or Torque.

hth, chris