Peter Mount wrote:
> Ah, forgot that bit. I put them under finally as it always gets run,
> although you have to wrap them in a try{} win finally if the parent
> method doesn't throw SQLException.
>
> Peter
>
The problem with that is that close() itself can throw a SQLException so
you have to wrap it twice.