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
 SQL Server 2000 Forums
 Import/Export (DTS) and Replication (2000)
 Share ActiveX functions ?

Author  Topic 

slboytoy
Starting Member

30 Posts

Posted - 2007-01-02 : 15:52:48
Is there a way in a DTS that we can share a function created in an ActiveX script?

example: Before I convert to a money, I check to see if the variable is blank first. Instead of copying and pasting that code into each ActiveX object, can I reference it in one spot?

russell
Pyro-ma-ni-yak

5072 Posts

Posted - 2007-01-02 : 20:16:34
can create dts global variable. dont think u can share activex script functions though
Go to Top of Page

slboytoy
Starting Member

30 Posts

Posted - 2007-01-03 : 09:30:11
That what I was kind of thinking, if you have global variables, why not some type of global functions?
Go to Top of Page
   

- Advertisement -