Java Access to Postgresql

Started by Dennis Muhlesteinalmost 25 years ago2 messagesgeneral
Jump to latest
#1Dennis Muhlestein
dennis@zserve.com

Being new to postresql, I'm looking in to different ways of accessing the
database from java.

I'm interested in accessing postgres through a jdbc driver. The
driver from postgres does not seem to be fully implemented
(ie: Updatable ResultSets).

I've also tried configuring an odbc datasource and then using sun's
jdbc-odbc bridge. I'm not having much more luck with this approach.

Does anyone have any suggestions or solutions to access
a postgres database from java?

Thanks in Advance.

#2Dave Cramer
pg@fastcrypt.com
In reply to: Dennis Muhlestein (#1)
Re: Java Access to Postgresql

Dennis,

We use the jdbc driver with great results, admittedly we don't use
UpdateableResultsSets. It this necessary for your application?

Dave
----- Original Message -----
From: "Dennis Muhlestein" <dennis@zserve.com>
To: <pgsql-general@postgresql.org>
Sent: Wednesday, May 16, 2001 12:55 PM
Subject: [GENERAL] Java Access to Postgresql

Show quoted text

Being new to postresql, I'm looking in to different ways of accessing the
database from java.

I'm interested in accessing postgres through a jdbc driver. The
driver from postgres does not seem to be fully implemented
(ie: Updatable ResultSets).

I've also tried configuring an odbc datasource and then using sun's
jdbc-odbc bridge. I'm not having much more luck with this approach.

Does anyone have any suggestions or solutions to access
a postgres database from java?

Thanks in Advance.

---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to majordomo@postgresql.org so that your
message can get through to the mailing list cleanly