在设计时访问位于 LOCALAPPDATA 中的 SQLite 数据库

发布于 2025-01-14 13:14:44 字数 302 浏览 0 评论 0原文

我在 Delphi 10.3.2 Pro 中使用 FireDac,并希望在设计时将 SQLite 数据库的位置设置为 %LOCALAPPDATA%。我该如何做到这一点,或者只能通过运行时的代码来做到这一点?这是已经尝试过的图像。我收到“[FireDac] [Phys] [SQLite] 错误:无法打开数据库”。

输入图片此处描述

I am using FireDac in Delphi 10.3.2 Pro and would like to set the location for a SQLite database to %LOCALAPPDATA% at design time. How can I do this, or is it only possible to do this through code at runtime? Here is an image of what have already tried. I get "[FireDac] [Phys] [SQLite] ERROR: Unable to open database".

enter image description here

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

︶葆Ⅱㄣ 2025-01-21 13:14:44

%LOCALAPPDATA% 的值仅在运行时有意义。您需要将其解析为实际路径,然后使用该路径指定要打开的数据库文件。

The value of %LOCALAPPDATA% is only meaningful at runtime. You need to resolve it to an actual path, and then use that path to specify the database file to open.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文