Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 Import/Export (DTS) and Replication (2000)
 Using Connection object in DTS

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2005-06-07 : 07:16:36
Amit writes "Hi,

I have created a DTS Package. The package executes few stored procedures and then an ActiveX script, all in sequence. In order to execute the stored procedure, I use a Connection object. But I don't know how to use the same connection object in the script as I am new to this and I have not been able to find much help in Books Online. Some insight in using DTS Objects and Connections from within scripts will be very helpful.

Thanks in advance.

Note: Currently I am creating a connection object and then
opening the connection using ADODB.Connection from within the script to achieve the same functionality."
   

- Advertisement -