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)
 Question from a non developer about active x

Author  Topic 

drewsalem
Constraint Violating Yak Guru

304 Posts

Posted - 2006-11-13 : 10:09:45
Hi,

I've written VBScript functions (.bas), and SQL that uses those functions. When using DTS how does SQL Server know where to look to find the function definitions? If I create a DTS package and place the ActiveX and the SQL in it, will it just know where to look, or do they have to be connected or something?

Many thanks


Drew

drewsalem
Constraint Violating Yak Guru

304 Posts

Posted - 2006-11-13 : 11:02:02
I think I might be misunderstanding how it works, so I'll rephrase the question.

In Access, I have written SQL that retrieves data from several tables. This SQL accesses vbscript functions in a .bas file. I want to move from Access to SQL Server. Is there a way I can use these vbcript functions in SQL Server using the same .bas file/vbscript?

Thanks again


Drew
Go to Top of Page
   

- Advertisement -