H2 数据库与 .NET 应用程序
我创建了.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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试删除 test.lock.db 文件
Try to delete test.lock.db file