我们可以使用sql精简版数据库进行多系统网络访问吗

发布于 2024-10-12 21:04:26 字数 140 浏览 2 评论 0原文

您好,现在我们正在 .net 中的 Windows 窗体中使用 sql 紧凑版数据库。我正在通过共享使用多个系统的数据库,但在使用它时...它显示一个错误,表明已经有另一个进程正在使用它。 .那么你能解决这个问题并告诉我有什么解决方案可以解决这个问题....提前谢谢

Hi now we are using sql compact edition database for windows forms in .net..and i am using data base for multiple systems by sharing but while using it....it is showing an error that already another process is using it...so can u please fix the problem and tell me there is any solution to solve this problem....thaks in advance

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

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

发布评论

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

评论(1

你是年少的欢喜 2024-10-19 21:04:26

SQL Server Compact 仅支持来自单台计算机的连接,因此不允许网络访问,对于此要求,您应该使用 SQL Server Express。

SQL Server Compact only supports connections from a single machine, so no network access allowed, for this requirement you should use SQL Server Express.

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