Unable to convert MySQL date/time value to System.DateTime

2015-8-12 14:12

在做的一个项目,开发环境Asp.net mvc EntityFramework,数据库用的MySql,一个表的字段为TIMESTAMP类型,edmx自动映射为System.DateTime类型,查询时候报如下错误:

Unable to convert MySQL date/time value to System.DateTime

解决办法:

web.config文件的连接字符串中添加 Convert Zero Datetime=True 。比如 server=xl3;port=3306;user id=root;password=password;persistsecurityinfo=True;Convert Zero Datetime=True;database=MRJ

点击:loading..
收藏到:中国收客网
评论