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
 Development Tools
 Other Development Tools
 C++ wrapper for DTS objects (Package2)

Author  Topic 

giln84
Starting Member

2 Posts

Posted - 2006-02-23 : 07:30:06
Hi,
Does anybody know where can I get the C++ wrapper for accessing DTSs, i.e. the implementation of Package, Package2 etc. objects, or how can I construct it?
Thanks a lot,
Ilan

karuna
Aged Yak Warrior

582 Posts

Posted - 2006-02-23 : 08:18:01
I'm not sure what you are looking at, but see if this helps
http://support.microsoft.com/?scid=316717

Thanks

Karunakaran
Go to Top of Page

giln84
Starting Member

2 Posts

Posted - 2006-02-23 : 08:36:36
Thanks a lot, this is indeed a very helpful example, however I'm already using a VC generated IDispatch wrapper classes allowing to manipulate DTSs, which works quite well, giving a good interface to the progress of the tasks' execution and results, so I hoped to keep using it - however I've received this wrapper from the previous developer who is no longer available, and the wrapper does not implement the wrapping objects for GlobalVariables and GlobalVariables2 objects allowing to access package's global variables.
Go to Top of Page
   

- Advertisement -