Microsoft OLEDB Provider for SQL ,DateTime2 添加为 DateTime

发布于 2025-01-20 21:02:24 字数 670 浏览 0 评论 0原文

我从现在开始使用 SSL,因此我从集成 SQL OLEDB (MDAC) 迁移到 Microsoft OLE DB Driver for SQL Server

我希望 datetime2(7) 突然能够工作。但不幸的是我只得到了datetime,而纳秒却消失了。这是预期的吗?

示例: 2022-03-11 07:39:53.86286

Delphi 与 MSOLEDBSQL19.1 2022-03-11 07:39:59 ( .86286 不存在)

我使用 FormatDateTime('dd .MM.yyyy hh:nn:ss.zzzzz',ADOQuery1Lastmodzeit.Value)

11.03.2022 07:39:53.862,但仍然想知道为什么 86 被切断。

所以现在至少我有一些东西。

即使 ADOQUERY 将 datetime2(5) 返回为 datetime。如果我将 ADOQUERY 字段的显示属性设置为 dd.mm.yyyy HH:nn:ss.zzzzz 那么我会得到相同的 11.03.2022 07:39:53.862。现在我只是想知道为什么其余的被切断了?

I am using SSL from now on so I moved from the integrated SQL OLEDB (MDAC) to the Microsoft OLE DB Driver for SQL Server.

And I was hoping that suddenly datetime2(7) would work. But unfortunately I only get datetime back, and the Nanoseconds are gone. Is this expected?

Example: 2022-03-11 07:39:53.86286

Delphi with MSOLEDBSQL19.1 2022-03-11 07:39:59 ( .86286 is not present )

I used FormatDateTime('dd.MM.yyyy hh:nn:ss.zzzzz',ADOQuery1Lastmodzeit.Value)

11.03.2022 07:39:53.862, but still wonder why the 86 is cut off.

So now at least I have something.

Even though ADOQUERY returns datetime2(5) as datetime. If I set the displayproperty of ADOQUERY Field to dd.mm.yyyy HH:nn:ss.zzzzz then I get the same 11.03.2022 07:39:53.862. Now I only wonder why is the rest cut off?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文