I\'ve got an issue where I am writing a DataSet to XML that has a column of type DateTime and I want to control the output format.
DataSet data = LoadDataSet
Dirty but simple solution to convert datatime to string :
select concat(datetime_field,'') datetime_field from table_name