Groups | Blog | Home
all groups > sql server dts > november 2006 >

sql server dts : Newbie SSIS


IanO
11/8/2006 2:52:02 PM
What could possibly be wrong with this statement?
MsgBox(Dts.Variables("User::sDesertIslandFile").Value.ToString)
Todd C
11/22/2006 7:07:01 PM
Try this:

MsgBox(CStr(Dts.Variables("VariableName").Value))

No guarantees because I have never tried MsgBox function inside a scritp,
but I do know the Cstr( ) for Dts.Variables works.

Hope this helps!

--
Todd Chittenden


[quoted text, click to view]
AddThis Social Bookmark Button