setting datatype for columns of table in dataset

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hi,
i need help on setting datatype of a table's column at runtime..
i'm loading a dataset from an xml file...
after loading, i want to set the datatype of one of the column as int32..

how can i acheive it..
is there any way to set the datatypes of the columns before loading the data
from xml file..
please help out
 
Back
Top