1 2 Previous Next 15 Replies Latest reply on Feb 11, 2012 4:04 PM by mihovil Go to original post
      • 15. Re: Connection pooling to datasource - AS7.1, connections are not released
        mihovil

        We are creating our connection when calling stored procedures in database. That's why, we are also destroying them.... In AS6.0 we used WrappedConnections and when we rewrited code for AS7.1
        these WrappedConnections does not existed any more - so we changed Wrapped to ordinary connections and in that process we forgot to close connections somewhere...

        1 2 Previous Next