|
database
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
[SQL2000] How to retrieve this value in activex?'********************************************************************** ' 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 Sphen***@gmail.com wrote:
Show quoteHide quote > This is the code where I retrieve the value from the task You can get better and immediate answer at DTS news group> > '********************************************************************** > ' 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 try at microsoft.public.sqlserver.dts Regards Amish Shah
Implementing a Business Rule
Locking tables for UI Sub Queries and Performance xp_sendmail @subject problem Date Calculation for n days ago COALESCE and data types missing rows in procedure output insert query runs in Query Analyzer, but not in Job SQL Table Design Question Auditing MSSQL 2000 Data Changes |
|||||||||||||||||||||||