Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

I have a DTS package that uses a st

Status
Not open for further replies.

megmoo75

Programmer
Jun 14, 2003
40
0
0
US
I have a DTS package that uses a stored procedure to get a set of data and puts that data into a new Excel worksheet. Then, I have a VBScript that uses a Word Template to do a mail merge with the Excel file and saves the resulting Word document to the network.

The problem is that DTS seems to be holding a connection to both the Excel file and the Word document. My data pump for the Excel file is set to close upon completion and I am closing the Word object in my vbscript.

Any ideas how to release the connections?

Thank you in advance!
 
I ended up using the Quit method which seems to release the hold on Word.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top