I'm using VS 2008 SP1 trying to create a SSIS package but hit a wall.
This code should return a string with the DB name but instead returns the variable data type System.__ComObject.
Any ideas?
AL Almeida
CIO
May all those that come behind us, find us faithful.
Code:
String DBName = (Dts.Variables["User::DBNames"].Value).ToString();
Any ideas?
AL Almeida
CIO
May all those that come behind us, find us faithful.