我们可以使用sql精简版数据库进行多系统网络访问吗
您好,现在我们正在 .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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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.