G
Guest
I haven't received any helpful response so I am reposting my question with all the messages. Please start with the bottom message and work your way up. Thanks
I am not sure how you mean this. My original data comes from a loosely typed XML file where everything is a string. But, do you mean for me to get access the System.Data.DataTable that is in my DataSet and change the type of the column in question to a numeric type? If so, I tried this after loading the XML and I get the following error
"Cannot change DataType of a column once it has data.
And, I can't change the type before I load the data because it does not exist
----- Teemu Keiski wrote: ----
Is the type of the column in the DataTable also string? If it is you migh
want to try to changing it to numeric
I am not sure how you mean this. My original data comes from a loosely typed XML file where everything is a string. But, do you mean for me to get access the System.Data.DataTable that is in my DataSet and change the type of the column in question to a numeric type? If so, I tried this after loading the XML and I get the following error
"Cannot change DataType of a column once it has data.
And, I can't change the type before I load the data because it does not exist
----- Teemu Keiski wrote: ----
Is the type of the column in the DataTable also string? If it is you migh
want to try to changing it to numeric