Re: Java Access to Postgresql

From: "Dave Cramer" <Dave(at)micro-automation(dot)net>
To: <dennis(at)zserve(dot)com>, <pgsql-general(at)postgresql(dot)org>
Subject: Re: Java Access to Postgresql
Date: 2001-05-18 15:16:19
Message-ID: 017601c0dfad$7da27930$0401a8c0@INSPIRON
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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(at)zserve(dot)com>
To: <pgsql-general(at)postgresql(dot)org>
Sent: Wednesday, May 16, 2001 12:55 PM
Subject: [GENERAL] Java Access to Postgresql

> 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(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Stephan Szabo 2001-05-18 15:16:36 Re: Re: Unusual slowdown using subselects
Previous Message Jeff Boes 2001-05-18 15:13:22 Re: Foreign key constraint generates unique index?