是否可以使用Kettle连接paradox 4.5数据库?
我是 Pentaho 的新手,我需要创建一个从 Paradox 表读取输入的转换。我们使用的是 Paradox 的一个非常旧的版本 – 它是 4.5。我需要加载的表具有 .db 扩展名。任何帮助将不胜感激。
谢谢!
I’m new to Pentaho, and I need to create a transformation that reads input from Paradox tables. We’re using a really old version of Paradox – It’s 4.5. The tables that I need to load have .db extension. Any help would be greatly appreciated.
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Paradox 不是一个理解 SQL 的数据库,因此 JDBC 驱动程序不会有太大帮助。最好的选择是将 Paradox 数据库转换为一堆 CSV 文件,并使用“CSV 文件输入”步骤将它们加载到 Kettle 中。另一种选择是使用 Microsoft Access 打开 Paradox 数据库文件,将表转换为 Access 文件。然后您可以使用“Microsoft Access 输入”步骤。
Paradox isn't a database that understands SQL, so JDBC drivers won't help much. Your best bet is to convert the Paradox database to a bunch of CSV files and load them into Kettle using the "CSV file input" step. Another option is to open your Paradox database files with Microsoft Access to convert the tables to Access files. Then you can use the "Microsoft Access Input" step.
只要 Paradox 有 JDBC 驱动程序,Pentaho 工具就应该能够毫无问题地连接到数据库。只需确保 jdbc 驱动程序已添加到您正在使用的工具中即可。
As long as Paradox has a JDBC driver, The Pentaho tools should be able to connect to the database without any trouble. Just make sure that the jdbc driver is added into the tool(s) you are using.