MySQL Unable to convert MySQL datetime value to System.DateTime 解决方案

Posted bobo-bobo

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了MySQL Unable to convert MySQL datetime value to System.DateTime 解决方案相关的知识,希望对你有一定的参考价值。

Unable to convert mysql date/time value to System.DateTime 解决方案

这个问题发生在MySQL数据里面有Date类型数据,在C#中查询出来时候时间的类型不一致而导致!

网上看了一下,找到有两种解决方案:

1、在连接字符串中加入“Allow Zero Datetime=True”;

   con = new MySqlConnection("server=localhost;database=test;CharSet=gb2312;pooling=false;port=3306;UId=root;Pwd=pwd;Allow Zero Datetime=True");

  这个是一劳永逸、未雨绸缪的办法,加完就不用管了。

2、在用到有查询数据的语句时候加上 CAST(date as char) 转换一下:

  eg(例如) :  select CAST(字段名 as char) from tbl_tes

以上是关于MySQL Unable to convert MySQL datetime 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)问题

markdown beaglebone-black-unable-to-set-pwm-period.md

Mysql错误Unable to connect to remote host. Catalog download has failed.

MySQL笔记: 启动弹窗问题,unable to connect to remote host. catalog download has failed.