XML BerkeleyDB 与 C#
我想使用 C# 作为 Oracle Berkeley XML 数据库的包装应用程序。 我试图在互联网上找到如何做到这一点,但找不到。
基本上,我是这种原生 XML 数据库的新用户,并且我知道很多用户都在使用 Java 和 BerkeleyDB。但我需要使用 C#,并且我需要迈出第一步。
1- 我是否需要在 Visual Studio 2010 中安装特定软件才能运行 Berkeley XML DB? 2- 如何使用 C# 连接到 Berkeley 数据库并存储 XML 和 XSD? 3-如何运行任何基本路径查询?
I would like to use C# as a wrapper application for Oracle Berkeley XML database.
I tried to find how to do this on the Internet but could not.
Basically, I am a new user for this kind of native XML database and I know that lots of users are using Java with BerkeleyDB. But I need to work with C# and I need a first step.
1- Do I need to install specific software in Visual Studio 2010 to run Berkeley XML DB?
2- How can I connect to the Berkeley database using C# and store XML and XSD?
3- How can I run any basic path query?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Oracle 在 Berkeley DB XML 之上提供了 C++ 和 Java API。如果你想使用 C#,你可能想看看这个项目。它已有几年历史,但基本概念和方法仍然有效。
祝你好运。
Oracle provides a C++ and a Java API on top of Berkeley DB XML. If you want to use C#, you may want to look at this project. It's a few years old, but the basic concepts and approach are still valid.
Good luck.