Viewing 5 posts - 1 through 6 (of 6 total)
Problem solved.
I created a new variable which was a String Datatype (sUserVar)
I loaded the ResultSet into the variable (sUserVar)
I then modified the DOUBLE variable to use an Expression:
(DT_R8) @[User::sUserVar].
At this...
July 27, 2011 at 3:13 pm
That sounds like a reasonable workaround.
I haven't done much with Expressions, any hints on how something like that may look?
July 27, 2011 at 9:47 am
The base is numeric(12,1)
July 27, 2011 at 9:46 am
What I meant by that statement, is that the UserVariable is used by a Web Service and it requires the variable to be a DOUBLE datatype. Thus, I don't...
July 27, 2011 at 9:38 am
Unfortunately, I have tried that and get the same results.
I have tried converting and casting to NUMERIC, FLOAT and STRING values pulling back from the SQL Server.
When I attempt to...
July 27, 2011 at 9:17 am
Viewing 5 posts - 1 through 6 (of 6 total)