Mysql Date Time Data Type
Posted: Tue May 29, 2012 6:17 pm
If I have the following MySQL in my datasource I get the following error.
select now() as test
"The error of compilation
The error of compilation is found in the 'Report' report:
Type 'MySql.Data.Types.MySqlDateTime' is not defined."
In the past I have converted the date to a string. When I do this I cannot sort on the date field properly.
Any help would be appreciated.
Thanks,
Mat
select now() as test
"The error of compilation
The error of compilation is found in the 'Report' report:
Type 'MySql.Data.Types.MySqlDateTime' is not defined."
In the past I have converted the date to a string. When I do this I cannot sort on the date field properly.
Any help would be appreciated.
Thanks,
Mat