DataView sort

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

Guest

I have an xml from two different database source that I load into the dataset.
one of the column is a date field and I want to sort the date. Its sorting
the date as string as the datatype for the column is string.
Can I change the datatype of the column ?
since I cannot sort it on the database side can I do it in the dataview ?
Please help...

Thanks,
 
Vic

No you cannot, however you can add a column with an expression and than use
that.

I hope this helps?

Cor
 
Back
Top