【问题标题】:extract data from the interbase database tables and put them in firebird database从 interbase 数据库表中提取数据并将它们放入 firebird 数据库
【发布时间】:2017-10-03 07:51:44
【问题描述】:

我在 interbase 中有一个数据库,并且已经在 firebird 中创建了该结构。现在我想要的是将interbase数据库的一些表的数据传递给firebird。

是否有任何软件或脚本可以做到这一点?我该怎么做?

【问题讨论】:

  • 你试过谷歌“将 interbase 迁移到 firebird”吗?
  • 是的,我做到了,但我看到没有免费软件为我服务。所以我想到了逐个表,因为我只对某些表的数据感兴趣,而不是全部。这就是为什么我要讨论是否可以使用表中的数据创建文件或其他内容,然后读取该文件并将其放入 firebird 数据库
  • 你有多少表要从中传递数据

标签: database firebird interbase


【解决方案1】:

由于 IB 和 Firebird 出身相同,您可以尝试 fbclone。 https://github.com/zedalaye/fbclone 编译后的版本可以在 Google 代码中找到:https://code.google.com/archive/p/fbclone/downloads

对于 FB 到 FB 的复制,它可以工作。这些工具通常也适用于 IB。试试看。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2023-03-28
    • 1970-01-01
    • 2010-10-15
    • 1970-01-01
    • 2011-09-03
    • 2022-10-18
    • 1970-01-01
    相关资源
    最近更新 更多