RE: [Hibernate] Hibernate/Interbase integration level

2003-09-05 Thread Schnitzer, Jeff
nal Message- > From: Gavin King [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 04, 2003 8:44 AM > To: Jerid Lahcen > Cc: '[EMAIL PROTECTED]' > Subject: Re: [Hibernate] Hibernate/Interbase integration level > > I'm not certain exactly what you are asking

Re: [Hibernate] Hibernate/Interbase integration level

2003-09-04 Thread Gavin King
I'm not certain exactly what you are asking. Yes, the Interbase jdbc driver sucks and does not allow PreparedStatement caching last time I checked. but this is not a Hibernate-related problem. The Interbase driver sucks whether you are using Hibernate or NOT. I think the latest pure Java driver is

[Hibernate] Hibernate/Interbase integration level

2003-09-04 Thread Jerid Lahcen
Hello, I'm a Hibernate biggner and I have to replace our proprietary database framework by Hibernate service to ensure persistence and transaction in our server (n-tier architecture). I know that Interbase/firebird is supported by Hibernate, but I have some questions about the Hibernate/Interbase