xml dtd-> SQL 模式

发布于 2024-12-12 15:13:59 字数 1539 浏览 0 评论 0原文

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

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

发布评论

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

评论(2

零度° 2024-12-19 15:14:00

DTD 是一项已弃用的技术。您需要将其转换为 XSD 才能真正实现这一目标。 W3 有从 DTD 到 XML Schema 的转换工具,可能会有所帮助。

我认为您也许可以使用 ADO.Net 实体框架从 XSD 文件生成模型 问题生成实体框架模型,将模型重新定位到数据库,然后从中生成架构。

请记住,我自己还没有尝试过。这似乎是一条可能的道路。我希望这有帮助。祝你好运。

DTD is a deprecated technology. You'll need to convert it to XSD to have any real hope of achieving this. W3 has A Conversion Tool from DTD to XML Schema which might help.

I'm thinking that you may be able to use the Codeplex project mentioned in the ADO.Net Entity Framework generate model from XSD file question to generate an Entity Framework model, retarget the model to a database and then generate schema from that.

Bear in mind, that I have not tried this myself. It just seems a likely path. I hope this helps. Good luck.

星軌x 2024-12-19 15:14:00

使用以下工具:

1) 从 DTD 创建完整的 SQL 架构。

2) 将带有数据的 XML 文档转换为 SQL。

参考

Use the following tools:

1) create full sql schema from DTD.

2) convert XML doc with data into SQL.

References

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