I have a design question. I have a multi-threaded servlet and that executes a number of sql statements. I am re-using the same connection object for each of the sql statements. Should I have a separate connection object for each sql statement? I am using a connection pooling object.
Thanks -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

