Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Debate - .Net Dev Vs. DBA Who will win?

     

    After using each connection, you need to close the connetcion and set the object to Nothing.

            If moDataConn.SQLConnection.State = ConnectionState.Open Then moDataConn.SQLConnection.Close()

            moDataConn.SQLConnection = Nothing

Viewing post 1 (of 1 total)