Viewing post 1 (of 1 total)
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
April 7, 2005 at 8:27 am
#551169