读取paradox DBF文件并导入H2数据库

发布于 2024-08-31 23:38:45 字数 139 浏览 9 评论 0原文

我可以将DBF文件(我认为是paradox数据库的文件)导入H2数据库吗?

我认为一个好的解决方案是用java编写一个小包装器来读取dbf数据并保存在h2数据库中,有一个jdbc驱动程序可以在java中使用paradox吗?

谢谢。

can i import DBF files (i think it is files of paradox database) into H2 database?

I think a good solution is to write a small wrapper in java to read dbf data and save in h2 database, there is a jdbc driver to use paradox with java?

Thank you.

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

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

发布评论

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

评论(2

电影里的梦 2024-09-07 23:38:45

Paradox 文件不是 DBF。这些属于 dBASE。我认为 Paradox 文件具有 .DB 扩展名。无论如何,无论您正在处理的文件属于 Paradox 还是 dBASE,您都可以轻松地将数据转换为 H2 可以导入的格式。你的解决方案会起作用。

Paradox files are not DBF. These belong to dBASE. I think Paradox files have a .DB extension. In any case, whether the files you are working with belong to Paradox or dBASE, you can easily convert the data into a format H2 can import. Your solution would work.

℡Ms空城旧梦 2024-09-07 23:38:45

我会将 .DBF 文件转换为 .SQL 脚本(使用 CREATEINSERT)。互联网上似乎有很多软件可以提供帮助。我没有使用过其中任何一个,所以我无法推荐特定的一个。

I would go for converting the .DBF files to .SQL script (with CREATEs and INSERTs). It seems to pretty much software on the Internet which could help. I haven't used any of these, so I can't suggest a particular one.

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