Hi all!
I need to execute the same SQL (parametrized) statement several times in a
ejb but in different invokations of its methods. So I have 2 options, 1) to
obtain a connection and keep it until removal (I don't want to do this) or
2) to close the connection after generating a PreparedStatement. So the
question is: if the connection was used to generate that statement, will
close() really return it to the pool? If it does, which connection (if any)
is used to execute the statement?
Thank you,
Carlos
----
To unsubscribe, send email to [EMAIL PROTECTED] and
include in the body of the message "unsubscribe jonas-users".
For general help, send email to [EMAIL PROTECTED] and
include in the body of the message "help".