[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 2 questions: created tables not visible from java; Pointer out of bounds exception



On Jan 9, 2008 2:35 PM, Bayless Kirtley <bkirt@cox.net> wrote:
> I haven't tried H2 but it has an excellent web page and its performance
> looks pretty darn
> impressive. It is still a little new though. I looked at Derby, even started
> to convert when
> I discovered that it does not support the Boolean data type. That was a
> killer for me.
> Since selecting HSQLDB, I have read that Derby is significantly slower in
> most cases.
> Also I just recently checked into it again and found a disturbing comment in
> the docs.
> It claims to not support dynamic SQL but only prepared statements. My

Perhaps you mean dynamic SQL that is constructed in stored procedures?
 Derby seems to support java.sql.Statement just fine for me.

Rob