对于简单的家庭电脑用户来说,SqlServerCe 是否需要额外的库?

发布于 2024-10-17 04:27:29 字数 128 浏览 1 评论 0原文

我想知道 SqlServerCe 命名空间是否需要家庭用户的任何附加库。或者除了使 SqlServerCe 数据库的应用程序工作之外,他还必须安装一些东西?

SqlServerCe 的替代方案是否不需要框架附带的任何额外库?

I was wondering if SqlServerCe namespace require any additional libraries for home user. Or he has to install something in addition to make application with SqlServerCe database work?

Is the alternative to SqlServerCe that does not need any additional libraries that does not come with framework?

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

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

发布评论

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

评论(1

绮烟 2024-10-24 04:27:29

SqlServer CE 是一个进程内数据库引擎,您可以将所有必需的 DLL 与您的应用程序链接起来。当家庭 PC 用户安装您的应用程序时,所需的 DLL 将包含在您的安装程序中。没有“额外”安装。

SqlServer CE is an in-process DB engine, you link all required DLLs with your application. When a home PC user installs your app, the required DLLs are included in your installer. There is no "additional" install.

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