How to change the data type of a column in data table

Hi RonLobo,

I dint get a chance to use what you suggested, mean while this fixed the problem.
Used the following in the Assign activity.

dt = (From row In dt.Select Order By Convert.ToInt32(row(“PRLINENUM”)) Ascending Select row).ToArray.CopyToDatatable()