gpt4 book ai didi

c# - 无法将 MySQL 日期/时间值转换为 VS2010 中的 System.DateTime

转载 作者:可可西里 更新时间:2023-11-01 06:34:50 25 4
gpt4 key购买 nike

当我想从我的 mysql 数据库加载数据时,我总是得到这个错误:

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

这是我的连接字符串:

<add name="gdmwebsiteEntities" 
connectionString="metadata=res://*/Models.DBModel.csdl|res://*/Models.DBModel.ssdl|res://*/Models.DBModel.msl;provider=MySql.Data.MySqlClient;provider connection string=&quot;server=localhost;User Id=root;database=gdmwebsite&quot;"
providerName="System.Data.EntityClient" />

我已经在我的连接字符串末尾添加了“Convert Zero Datetime=True”,但没有任何改变。

    <add name="gdmwebsiteEntities" 
connectionString="metadata=res://*/Models.DBModel.csdl|res://*/Models.DBModel.ssdl|res://*/Models.DBModel.msl;provider=MySql.Data.MySqlClient;provider connection string=&quot;server=localhost;User Id=root;database=gdmwebsite&quot;
Convert Zero Datetime=True
Allow Zero Datetime=True"
providerName="System.Data.EntityClient" />

还有其他方法可以解决这个问题吗?

最佳答案

在您的连接字符串中设置这两个配置。

"Convert Zero Datetime=True"
"Allow Zero Datetime=True"

http://bugs.mysql.com/bug.php?id=26054

Please check manual under connect options and set "Allow Zero Datetime" to true, as on attached pictures, and the error will go away.

同时检查:http://mdid.org/mdidwiki/index.php?title=Unable_to_convert_MySQL_date/time_value_to_System.DateTime_exception

To fix this problem, either replace all invalid timestamps with NULL or a valid timestamp, or add Allow Zero Datetime=true

关于c# - 无法将 MySQL 日期/时间值转换为 VS2010 中的 System.DateTime,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17002522/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com