解决 Unable to convert MySQL date/time value to System.DateTime
Posted 洛阳之晨,譬如临安初雨
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了解决 Unable to convert MySQL date/time value to System.DateTime相关的知识,希望对你有一定的参考价值。
C#读取mysql时,如果存在字段类型为date/datetime时的可能会出现以下问题
“Unable to convert MySQL date/time value to System.DateTime”
原因:可能是该字段(date/datetime)的值默认缺省值为:0000-00-00/0000-00-00 00:00:00,这样的数据读出来转换成System.DateTime时就会有问题;
解决办法:
1、将该字段的缺省值设置为null,而不是0000-00-00/0000-00-00 00:00:00的情况;
2、在链接MySQL的字符串中添加:Convert Zero Datetime=True 和 Allow Zero Datetime=True两个属性;
3、将该字段设置成字符串类型;
援引自:http://www.cnblogs.com/aeron/archive/2012/08/30/2663908.html
以上是关于解决 Unable to convert MySQL date/time value to System.DateTime的主要内容,如果未能解决你的问题,请参考以下文章
Unable to convert MySQL date/time value to System.DateTime问题解决方案
每日踩坑 2018-12-25 Unable to convert MySQL date/time value to System.DateTime异常
Windows下gm打水印老是报gm convert: Unable to read font (n019003l.pfb)问题
sh WordPress:将MySQL排序规则从utf8mb4转换为utf8的脚本(通过http://ben.lobaugh.net/blog/201740/script-to-convert-mys
vmwareconverter 5.5 standalone 迁移 Unable to obtain hardware information for the selected machine