Groups | Blog | Home
all groups > sql server programming > july 2006 >

sql server programming : [SQL2000] How to retrieve this value in activex?


Sphenixs NO[at]SPAM gmail.com
7/6/2006 8:00:28 PM
This is the code where I retrieve the value from the task

'**********************************************************************
' Visual Basic ActiveX Script
'************************************************************************

Function Main()

Dim DTS, ExecSQL, SQLStatement
Set DTS = DTSGLOBALVARIABLES.Parent

Set ExecSQL = DTS.Tasks("DTSTask_DTSExecuteSQLTask_1").CustomTask

DTS.Tasks("DTSTask_DTSExecuteSQLTask_1").CustomTask.connectionID = 4
..
..
..

End Function

but how to retrieve the value from transformation in activex?
http://img.photobucket.com/albums/v220/sphenix/288162fd.jpg
amish
7/6/2006 11:44:23 PM

[quoted text, click to view]

You can get better and immediate answer at DTS news group
try at microsoft.public.sqlserver.dts

Regards
Amish Shah
Sphenixs NO[at]SPAM gmail.com
7/6/2006 11:57:18 PM
I guess wrong section :)
thanks
AddThis Social Bookmark Button