When importing data from an Excel File and using columnMapping the 00s get dropped
Example
DriverID = 1.00. It is being imported into a varchar 200 field
All fields come in correctly except 1.00 now show as 1. The 00s get dropped
sqCopy.ColumnMappings.Add("DriverID", "DriverID")