Subject Re: [Firebird-Java] setSelectableProcedure(true)
Author Roman Rokytskyy
> Or you could use JDO and let the middleware handle the vendor
> specific stuff (but it isn't mature enough IMHO),

I'm afraid it will not help - they still talk plain JDBC unless vendors
provide support for Firebird dialect, which I doubt.

> or encapsulate everything in DAOs and use overloaded classes to handle
> vendor specific implementations.

That's how I would do this too.

Roman