Re: Portable Java Data Layer based on JDBC - Mailing list pgsql-jdbc

From Liz
Subject Re: Portable Java Data Layer based on JDBC
Date
Msg-id W9pAc.47215$Hg2.40694@attbi_s04
Whole thread Raw
List pgsql-jdbc
"Bryce" <spamtrap@berzerker-soft.com> wrote in message
news:bq34d01due4kpvrih1k3vuuvdad2hs9iuc@4ax.com...
> On 17 Jun 2004 14:08:43 -0700, lbrtchx@hotmail.com (Albretch) wrote:
>
> > Do you know of something like that already out there (preferably open
> >source :-))?
>
> IBatis, Hibernate, just to name a couple.
>
> http://www.ibatis.com/
> is probably closer to what you want.
>
> http://www.hibernate.org/
> provides a very nice object to relational mapping.
>
> I'm sure there are many others.
>
> --
> now with more cowbell

If you limit yourself to the subset of SQL that is standard
there should be no trouble. Just need to change the name of the Driver.



pgsql-jdbc by date:

Previous
From: Roedy Green
Date:
Subject: Re: Portable Java Data Layer based on JDBC
Next
From: Amit Handa
Date:
Subject: Re: Support for JDK 1.5 RowSets