0 Replies Latest reply on Aug 28, 2002 12:05 PM by l.g.

    How to properly release Connection?

    l.g.

      Hi I'd like to know how to:
      In SFSB I have get connection (instance variable) and pass it to helper class method. In this method I close this connection: connection.close().
      Should I:
      1.set it to null?
      2.close it in SFSB or helper class?
      3....?