all groups > sql server dts > september 2004 >
You're in the

sql server dts

group:

I can get this to work


I can get this to work SqlJunkies User
9/7/2004 11:27:49 PM
sql server dts:
I have tried the above suggestion on making the task work but I still can not get it to work.

I have defined a task as stated above but when I do the following:

oTask = pkg.Tasks.New.....

The compiler states that pkg does not have these members.

Please can any one advise on what I need to do.

Kind regards

Wayne

---
Posted using Wimdows.net NntpNews Component -

Re: I can get this to work Darren Green
9/8/2004 1:26:42 PM
Not sure what you want to do really as there is no thread for this in the
newsgroup, but quick gues might be the use of Set, and New expects a
parameter of the type of task e.g.

Set oTask = goPackage.Tasks.New("DTSActiveScriptTask")



--
Darren Green
http://www.sqldts.com

[quoted text, click to view]
supports Post Alerts, Ratings, and Searching.

AddThis Social Bookmark Button