ActiveXScript For DTS Documentation
-
If you are creating an ActiveX script inside a DTS package, you can use VBScript, not sure about JScript though. Do you have a particular question? Nick Parker
-
If you are creating an ActiveX script inside a DTS package, you can use VBScript, not sure about JScript though. Do you have a particular question? Nick Parker
-
I just wanted to know if anyone knew where there was documentation because some of the commands in ActiveXScript are not the same as the ones I'm used to in VB. QMuffs
qmuffs wrote: some of the commands in ActiveXScript are not the same as the ones I'm used to in VB. Understood, when I had to create my first real DTS package I was also somewhat lost, some of the things like:
Main = DTSTaskExecResult_Success
had me confused. There is a really good book on DTS for SQL Server 2000 that I pointed out to my boss, he looked at it and we picked it up, quite a bit of information by Wrox. Here is the link on Amazon to buy the book. Professional SQL Server 2000 DTS [New Window] HTH Nick Parker