I see that there is a DTSGlobalVariables("xxxx").Value that I can use. For
example
SET a = DTSGlobalVariables("TransferFileName").Value
The problem is: I cannot find any document that gives me a list of
pre-defined global DTS variables.
Where can I find a list of predefined DTS variables that can be used in my
ActiveX scripts?
Thanks.
" David N" <dq.ninh (AT) netiq (DOT) com> wrote
Quote:
I need to have a VBScripts or JScripts that retrieves DTS information and
stores the information on global variables. For example, I want to
retrieve
information like step name, number of rows that have been transferred,
error
code & error message if an error was encountered, etc...
Can someone give me some sample code, or direct me to places where I can
obtain sample code.
Thanks in advance
David. |