> Hi, is there a way to have a permanent Connection object?
>
[quoted text clipped - 3 lines]
>
> Thanks
Create it once, store it in session...
Lew - 05 Oct 2007 14:34 GMT
>> Hi, is there a way to have a permanent Connection object?
>>
[quoted text clipped - 5 lines]
>
> Create it once, store it in session...
This will, of course, damage the application severely.
Try using a pooling JDBC driver instead.

Signature
Lew