Hello,

Make sure to close all connections and set them equal to nothing. This can be done immediately after the DataEnvironment executes the query and retrieves your data.

For example:


YourDataEnvironment.YourConnection.Close
Set YourDataEnvironment = Nothing

CompuGEEK



------------------