Click to See Complete Forum and Search --> : [RESOLVED] accessing SQL Server 2000 DTS


Bill Crawley
February 22nd, 2007, 09:06 AM
Hi All,

With VB6 you could reference the DTS using:

Set oPkgOld = CreateObject("DTS.Package")

What do I need to do to access a DTS.Package object in .Net 2005? I cannot find anything under imports.

Thanks