Thursday, July 21, 2005
ADF : Creating PreparedStatements
While creating preparedStatement from Application Module, it is better to not close them in a finally block. But, close them in the overridden remove() method of the AM by calling some method which will close all the local statements. Thus, will improve performance.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment