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,

Re: DataView sort by Cor

Cor
Thu Feb 17 13:25:16 CST 2005

Vic

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

I hope this helps?

Cor