Re: j2ee compatiable jdbc driver on jdbc.postgresql.org?

From: Cathal de Brun <cdebrun(at)sherkin(dot)com>
To: JDBC-POSTGRES <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: j2ee compatiable jdbc driver on jdbc.postgresql.org?
Date: 2002-05-14 14:58:52
Message-ID: 3CE1262C.EB13A747@sherkin.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Hi,

I've been having some problems migrating some code that accesses
postgress to J2EE and while looking sor solutions to some of the
problems I encountered I came across the 'j2ee compatiable jdbc
driver' thread (some of which I have included below). I was wondering if
it is possible to access postgres from within j2ee and if so where could
I find pointers in this direction.

Thank you for taking the time to read this !

Kind regards,

Cathal.
>>>
>>>Humm... are you saying that the class PostgresqlDataSource doesn't
work? I
>>>guess I'm not sure what doesn't work with the driver. (Course, I've
been
>>>using
>>>PoolMan as the datasource to wrap the postgresql default connection
rather
>>>than
>>>using the datasource object, so I haven't been testing this myself,
yet.)
>>>
>>>
>>>
>>>On 26-Oct-2001 Barry Lind wrote:
>>>
>>>
>>>>Ned,
>>>>
>>>>There really isn't a j2ee driver for postgres. If you build the
j2ee
>>>>driver it is essentially the same as the j2se driver. So I don't
see
>>>>any reason to confuse people by letting them think there really is a

>>>>difference by having two different java2 drivers to choose from on
the
>>>>web site.
>>>>
>>>>The only difference is some code that I consider questionable, and I

>>>>don't think even works.
>>>>
>>>>thanks,
>>>>--Barry

Browse pgsql-jdbc by date

  From Date Subject
Next Message Jeremy Buchmann 2002-05-14 15:29:06 Re: [JDBC] select * from mytable where myfield=null;
Previous Message Hoanui Morangie 2002-05-14 14:57:27 Re: select * from mytable where myfield=null;