 |
MS SQL Server :: Data Type Mismatch -- SSIS
Simple Vb / Ssis Data Type Questions I have a some raw data in a string that looks like '1989' I need that to become numeric 19.89 if I define a type double for rawAmount and do this: rawAmount = CInt(iRest.Substring(41, 4)) Row.amount2 = rawAmount / 100
www.bigresource.com |
 |