dbTalk Databases Forums  

ActiveX Script Reference

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss ActiveX Script Reference in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Jeff
 
Posts: n/a

Default ActiveX Script Reference - 09-10-2003 , 10:17 AM






Is anyone aware of a reference guide for ActiveX scripting
within DTS, Specifically, creating and calling objects and
any limitations thereof.

Reply With Quote
  #2  
Old   
Frank Matthiesen
 
Posts: n/a

Default Re: ActiveX Script Reference - 09-10-2003 , 12:40 PM






Jeff <Georgejt (AT) hotmail (DOT) com> wrote:
Quote:
Is anyone aware of a reference guide for ActiveX scripting
within DTS, Specifically, creating and calling objects and
any limitations thereof.
You will find all about scripting under:
www.microsoft.com/scripting

kind regards

Frank
www.xax.de




Reply With Quote
  #3  
Old   
Darren Green
 
Posts: n/a

Default Re: ActiveX Script Reference - 09-10-2003 , 12:42 PM



In article <070701c377ae$b03ba6a0$a001280a (AT) phx (DOT) gbl>, Jeff
<Georgejt (AT) hotmail (DOT) com> writes
Quote:
Is anyone aware of a reference guide for ActiveX scripting
within DTS, Specifically, creating and calling objects and
any limitations thereof.
Nope.

You can do pretty much anything in the standard ActiveX Script language,
although I'm not sure of good "standard" reference.

There are also some extra objects in the DTS flavour, such as
DTSGlobalVariables for example. These are covered in "DTS Scripting
Reference"
(mk:@MSITStore:C:\Program%20Files\Microsoft%20SQL% 20Server\80\Tools\Books
\dtsprog.chm::/dtspscrobj_3xr9.htm).

There are plenty of samples around such as in Books Online, the archives
for this newsgroup and of course (http://www.sqldts.com).

If it is an object and it implements the proper COM interfaces for a
class then you can use it. Only example I can think of where this cannot
be done (and I have wanted to) is the WScript.Sleep funtion, because
WScript is sort of like and implicit object in WSH, similar to
DTSGlobalVariables in the DTS host.

Any questions, then here's the place to ask.

--
Darren Green (SQL Server MVP)
DTS - http://www.sqldts.com

PASS - the definitive, global community for SQL Server professionals
http://www.sqlpass.org



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.