H2 数据库与 .NET 应用程序

发布于 2024-10-01 04:56:04 字数 583 浏览 4 评论 0原文

我创建了.NET APP,该应用程序应该查询H2 DB,但在“DriverManager.getConnection(DBUrl,DBUName,DBPassword);”时 它给出以下错误:


错误:IO异常:“java.io.FileNotFoundException:拒绝访问路径'C:\ Windows \ System32 \ config \ systemprofile \ test.lock.db'。”; “C:\Windows\System32\config\systemprofile\test.lock.db

我已经通过其控制台访问了 H2 DB,它工作正常,但是当我尝试将其与 .NET 应用程序连接时,它会出现上述错误。

编辑: http://www.h2database.com/html/advanced.html#microsoft_dot_net

我正在使用这种方法来查询 H2 数据库。

I have created .NET APP that is supposed queries the H2 DB but at the time of "DriverManager.getConnection(DBUrl, DBUName, DBPassword);"
it gives the following error:


Error : IO Exception: "java.io.FileNotFoundException: Access to the path 'C:\Windows\System32\config\systemprofile\test.lock.db' is denied."; "C:\Windows\System32\config\systemprofile\test.lock.db

I have accessed the H2 DB throught its console its working fine but when i try to connect it with .NET App it gives above error.

Edited:
http://www.h2database.com/html/advanced.html#microsoft_dot_net

I'm using this approach to query H2 database.

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

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

发布评论

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

评论(1

兰花执着 2024-10-08 04:56:04

尝试删除 test.lock.db 文件

Try to delete test.lock.db file

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