gpt4 book ai didi

c# - 将日期值插入 MS Access

转载 作者:太空宇宙 更新时间:2023-11-03 12:50:14 25 4
gpt4 key购买 nike

我试图将 Windows 窗体 DateTimePicker 中的值插入到 Access 表中,但我没有收到任何错误,插入的日期始终是时间 00:01:11 而不是所选日期。

当我调试时,INSERT 命令语法如下所示:

"INSERT into Products (productionDate) VALUES (05/03/2016)"

虽然成功添加到表中,但插入的值变为00:01:11。

最佳答案

与 MS Access SQL 相关,使用以下语法:

"INSERT into Products (productionDate) VALUES (#05/03/2016#)"

希望这可能有所帮助。

关于c# - 将日期值插入 MS Access ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35815704/

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