Hi, In my wed application, i have one table in that i took ID column as "int" data type to insert all the excel sheets to data base but suddenly it have the "5-MA" the ID value it throws the exception like this "The given value of type String from the data source cannot be converted to type int of the specified target column." Can anyone Please help me how can i do this
Thank you
Amit GuptaPosted Oct 28, 2016, 2:30 PM
Manas MohapatraPosted Oct 28, 2016, 8:34 AM
As your ID column is int and it will acceptonly integer value.
Butone field value is "5-MA" which is not an integer.Either make the column data typeas string type or make correct the data.